多体系建设信息化条统-前端
祖安之光
2025-12-03 9674af17d8e7ad8f85c9df3b89d99a71d7e39268
1
2
3
4
5
6
7
8
9
import hasRole from './permission/hasRole'
import hasPermi from './permission/hasPermi'
import copyText from './common/copyText'
 
export default function directive(app){
  app.directive('hasRole', hasRole)
  app.directive('hasPermi', hasPermi)
  app.directive('copyText', copyText)
}