From 27ee8526ed88e25eba13152de3fb36e9c9d3b21e Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期三, 20 八月 2025 11:04:09 +0800
Subject: [PATCH] feat: 实名

---
 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