zhengyiming
23 小时以前 3c4fc83635a16da91f90d1fae5a50e5cb67645d6
apps/bMiniApp/src/stores/modules/user.ts
@@ -140,7 +140,8 @@
      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,
        },