[update] -会员系统单点登录 做菜单、头部信息的隐藏

This commit is contained in:
fengchenchen
2021-10-26 18:37:15 +08:00
parent 6a83bed67a
commit 51e6a73389
5 changed files with 30 additions and 6 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ const hasPermission = {
install (Vue, options) {
Vue.directive('has', {
inserted: (el, binding, vnode)=>{
// console.log('binding=====',binding.value)
// console.log('binding=====',binding)
if(binding.arg){
binding.value = binding.arg
// console.log( binding.value ,' binding.value =================')