tangjinzhou 6 years ago
parent
commit
ee3f201f8c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/utils/auth.js

+ 1 - 1
src/utils/auth.js

@@ -1,5 +1,5 @@
 export function getCurrentAuthority() {
-  return ["user"];
+  return ["admin"];
 }
 
 export function check(authority) {