From e954a97446c24bf6ebebeb646586ca0dda4bc86b Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期三, 20 八月 2025 10:22:06 +0800 Subject: [PATCH] fix: 实名 --- 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