瀏覽代碼

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

houzekong 8 月之前
父節點
當前提交
36d58a5f03
共有 1 個文件被更改,包括 2 次插入2 次删除
  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';