Explorar o código

Change the default role to admin

jim %!s(int64=8) %!d(string=hai) anos
pai
achega
74b1e62e83
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/utils/authority.js

+ 1 - 1
src/utils/authority.js

@@ -1,6 +1,6 @@
 // use localStorage to store the authority info, which might be sent from server in actual project.
 export function getAuthority() {
-  return localStorage.getItem('antd-pro-authority') || 'guest';
+  return localStorage.getItem('antd-pro-authority') || 'admin';
 }
 
 export function setAuthority(authority) {