wupengfei
19 小时以前 f3274a6594094d4419a0538ebc16d4601be4ef9d
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,
        },