tangjinzhou 6 years ago
parent
commit
875ab6d546
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 ["admin"];
+  return ["user"];
 }
 
 export function check(authority) {