wupengfei
17 小时以前 3a6f47aae0ca4566a7f39c98c30bcc5545dd1216
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,
        },