wupengfei
昨天 69df67681eab7c7526cb81b4b0d308b7cf66cb09
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,
        },