diff --git a/client/dist/index.html b/client/dist/index.html index 3c4dacb..2ea54b6 100644 --- a/client/dist/index.html +++ b/client/dist/index.html @@ -1 +1 @@ -vue Admin Template
\ No newline at end of file +vue Admin Template
\ No newline at end of file diff --git a/client/src/store/modules/user.js b/client/src/store/modules/user.js index 8766130..32e0b6c 100644 --- a/client/src/store/modules/user.js +++ b/client/src/store/modules/user.js @@ -117,7 +117,7 @@ const actions = { reject('没有任何权限!') }else{ if(dept==5||dept==33||dept==34||dept==55||dept==36||dept==37||dept==38 - ||dept==39||dept==40||dept==41||dept==42||dept==67||dept==97){ + ||dept==39||dept==40||dept==41||dept==42||dept==67||dept==97||dept==100){ perms.push('test') commit('SET_PERMS', perms); }else{