From ce1809bfbe6d29ae1a9e7e0b87d19dc666d3e088 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期二, 19 八月 2025 13:29:57 +0800 Subject: [PATCH] Merge branch 'master' of http://120.26.58.240:8888/r/flexJobMiniApp --- apps/cMiniApp/src/stores/modules/user.ts | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/apps/cMiniApp/src/stores/modules/user.ts b/apps/cMiniApp/src/stores/modules/user.ts index 1606ae7..f2c2654 100644 --- a/apps/cMiniApp/src/stores/modules/user.ts +++ b/apps/cMiniApp/src/stores/modules/user.ts @@ -136,7 +136,8 @@ let res = await authServices.passwordLogin( { userName: params.userName, - password: md5Encrypt(params.password), + // password: md5Encrypt(params.password), + password: params.password, type: AppLocalConfig.userType, clientType: AppLocalConfig.clientType, }, -- Gitblit v1.9.1