zhengyiming
昨天 d7c8a3a9e1fc5c8e596a17cdadb7079d20e52297
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) {