Explorar el Código

feat:更新auth key

yf_zhb hace 2 años
padre
commit
ea861a9ca8
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/utils/auth.js

+ 2 - 2
src/utils/auth.js

@@ -1,8 +1,8 @@
 import Cookies from 'store';
 
-const TokenKey = 'SY-Token';
+const TokenKey = 'WPR-Token';
 const SSOConfigKey = 'SY-SSOCONFIG';
-const MenuVisibleKey = 'SY-MENUS-VISIBLE';
+const MenuVisibleKey = 'WPR-MENUS-VISIBLE';
 const PlatformTokenKey = 'PLATFORM-Token';
 const SYSTEMAPPMENUCFGID = 'SYS_WPR_MENUCFGID';