wupengfei
2025-12-01 6d8cde914540d6e2ecbd0fafda94be48af89c4da
apps/bMiniApp/src/stores/modules/user.ts
@@ -140,9 +140,11 @@
      let res = await authServices.passwordLogin(
        {
          userName: params.userName,
          password: md5Encrypt(params.password),
          password: params.password,
          // password: md5Encrypt(params.password),
          type: AppLocalConfig.userType,
          clientType: AppLocalConfig.clientType,
          enterpriseType: AppLocalConfig.enterpriseType,
        },
        { showLoading: false }
      );