From 6b2539e2eb507b8f713b5fcd6a818ebda48d4ae8 Mon Sep 17 00:00:00 2001 From: luoer Date: Wed, 18 Oct 2023 15:25:45 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8A=A0=E8=BD=BD=E5=9B=BE=E6=A0=87?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E5=86=85=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 8 ++- public/assets/loading.svg | 6 +-- src/components/breadcrumb/bread-page.vue | 8 +-- src/components/form/form-node.tsx | 10 ++++ src/pages/_layout/index.vue | 66 ++++-------------------- src/pages/dev/openapi.vue | 12 ++--- src/router/menus/index.ts | 1 + 7 files changed, 38 insertions(+), 73 deletions(-) diff --git a/index.html b/index.html index ddc4df4..4ca56f8 100644 --- a/index.html +++ b/index.html @@ -51,9 +51,13 @@ }
- loading + loading

欢迎访问%VITE_TITLE%

-
正在加载中, 请稍后...
+
资源加载中, 请稍后...
diff --git a/public/assets/loading.svg b/public/assets/loading.svg index 711947f..04a4adf 100644 --- a/public/assets/loading.svg +++ b/public/assets/loading.svg @@ -1,6 +1,2 @@ - - - - - + diff --git a/src/components/breadcrumb/bread-page.vue b/src/components/breadcrumb/bread-page.vue index 1574785..3c5c75f 100644 --- a/src/components/breadcrumb/bread-page.vue +++ b/src/components/breadcrumb/bread-page.vue @@ -1,6 +1,6 @@