wupengfei
昨天 ecaa5e0af0a087f256d497f7b7656f2900342226
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) {