From c751e6baa78713ada07760987c2c7616f0835c8d Mon Sep 17 00:00:00 2001 From: liushilong <2224574157@qq.com> Date: Tue, 26 Mar 2024 14:03:29 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=94=99=E8=AF=AF=E7=A0=81=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E6=9B=B4=E6=94=B9=EF=BC=8C=E9=A6=96=E9=A1=B5=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E4=BA=A4=E4=BA=92=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/http/axios/checkStatus.ts | 2 +- src/views/login/index.vue | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/utils/http/axios/checkStatus.ts b/src/utils/http/axios/checkStatus.ts index 230e740..22482e4 100644 --- a/src/utils/http/axios/checkStatus.ts +++ b/src/utils/http/axios/checkStatus.ts @@ -41,7 +41,7 @@ export function checkStatus(status: number, msg: string): void { $message.error('网络未实现') break case 502: - $message.error('网络错误') + $message.error('网络错误,请重试') break case 503: $message.error('服务不可用,服务器暂时过载或维护!') diff --git a/src/views/login/index.vue b/src/views/login/index.vue index fbfb86e..9bae19d 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -287,7 +287,8 @@ function close() { .item-footer { width: 60.625rem; height: 7.4375rem; - position: fixed; + position: absolute; + // position: fixed; left: 44.5rem; bottom: 0; margin-left: -30.3125rem;