Explorar el Código

[Feat 0000] 修改自动登录用户名及密码

houzekong hace 11 meses
padre
commit
36d58a5f03
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/store/constant.ts

+ 2 - 2
src/store/constant.ts

@@ -1,2 +1,2 @@
-export const AUTO_LOGIN_USERNAME = 'autoLogin'
-export const AUTO_LOGIN_PASSWORD = 'autoAdmin123'
+export const AUTO_LOGIN_USERNAME = 'autoAdmin';
+export const AUTO_LOGIN_PASSWORD = 'autoAdmin123';