Browse Source

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

houzekong 11 tháng trước cách đây
mục cha
commit
36d58a5f03
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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';