wupengfei
5 天以前 7a854943c88e9eddcbb9614b95b2e4fc03286e1e
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 }
      );