From 9cf79cb079b04ba2ef9f7e35ada2c3f26fe73105 Mon Sep 17 00:00:00 2001 From: "WANGFAN\\wangf" <15871339963@163.com> Date: Sun, 12 Jan 2025 16:16:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E4=BA=86=E9=80=80?= =?UTF-8?q?=E5=87=BA=E7=99=BB=E5=BD=95=E7=9A=84=E9=80=BB=E8=BE=91=EF=BC=8C?= =?UTF-8?q?=E5=9C=A8=E7=99=BB=E5=BD=95=E5=92=8C=E5=88=B7=E6=96=B0=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=97=B6=E4=BC=9A=E9=87=8D=E8=BD=BD=E8=B7=AF=E7=94=B1?= =?UTF-8?q?=E3=80=81=E4=BF=AE=E6=94=B9=E4=BA=86=E5=88=9D=E5=A7=8B=E5=8C=96?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=8A=A0=E8=BD=BD=E5=8A=A8=E7=94=BB=E7=9A=84?= =?UTF-8?q?=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 7 +- public/css/loading.css | 61 +++++ src/App.vue | 7 - .../Header/components/header-right/index.vue | 4 - src/layout/index.vue | 6 - src/router/index.ts | 16 +- src/store/modules/route-config.ts | 220 +++++++++--------- src/store/modules/theme-config.ts | 2 +- src/utils/loading-page.ts | 58 ++--- src/views/error/401.vue | 95 ++++---- src/views/error/404.vue | 94 ++++---- src/views/error/500.vue | 107 ++++----- 12 files changed, 357 insertions(+), 320 deletions(-) create mode 100644 public/css/loading.css diff --git a/index.html b/index.html index 9c43e06..3951a5d 100644 --- a/index.html +++ b/index.html @@ -4,10 +4,15 @@ +