wupengfei
2 天以前 00b1a7434b5fd2d2f003340c0b66f5fc57716fea
src/store/modules/user.ts
@@ -62,13 +62,13 @@
      let res = await authServices.passwordLogin(
        {
          ...params,
          password: md5Encrypt(params.password),
          password: params.password,
          // password: md5Encrypt(params.password),
          type: AppLocalConfig.userType,
          clientType: AppLocalConfig.clientType,
        },
        {
          showLoading: false,
          skipErrorHandler: true,
        }
      );
      if (res) {