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