若依
2022-03-18 a5c8a36031c5839493731755e7f6aeced745e0b2
1
2
3
4
5
6
7
import hasRole from './permission/hasRole'
import hasPermi from './permission/hasPermi'
 
export default function directive(app){
  app.directive('hasRole', hasRole)
  app.directive('hasPermi', hasPermi)
}