Browse Source

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

houzekong 8 months ago
parent
commit
36d58a5f03
1 changed files with 2 additions and 2 deletions
  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';