diff --git a/src/utils/authority.js b/src/utils/authority.js index 2b5d3b145469cc83471ba9a7b4e6e40ebaca308b..dc2856556239516566520214f00a7106218dce4c 100644 --- a/src/utils/authority.js +++ b/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) {