Bläddra i källkod

Change the default role to admin

jim 8 år sedan
förälder
incheckning
74b1e62e83
1 ändrade filer med 1 tillägg och 1 borttagningar
  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.
 // use localStorage to store the authority info, which might be sent from server in actual project.
 export function getAuthority() {
 export function getAuthority() {
-  return localStorage.getItem('antd-pro-authority') || 'guest';
+  return localStorage.getItem('antd-pro-authority') || 'admin';
 }
 }
 
 
 export function setAuthority(authority) {
 export function setAuthority(authority) {