Browse Source

[Fix 0000] 模拟登录密码二次加密问题修复

houzekong 3 days ago
parent
commit
565a4ffb54
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/store/constant.ts

+ 1 - 1
src/store/constant.ts

@@ -1,2 +1,2 @@
 export const MOCK_LOGIN_UESRNAME = 'autoAdmin';
-export const MOCK_LOGIN_PASSWORD = 'TOdspLGTgSCYCmlXsE1ynw=='; //autoAdmin123;
+export const MOCK_LOGIN_PASSWORD = 'autoAdmin123';