From de8387834565b55bb8e2982c0b7af7c481b5025d Mon Sep 17 00:00:00 2001 From: gaoxq <376340421@qq.com> Date: Tue, 2 Sep 2025 17:59:01 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E5=86=99=E5=A4=8D=E7=8E=B0=E6=96=B9?= =?UTF-8?q?=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- capi-ui/src/components/Layout/AppLayout.vue | 529 ++++++++------------ capi-ui/src/router/index.ts | 76 +-- capi-ui/src/views/sys/NotFound.vue | 8 + 3 files changed, 244 insertions(+), 369 deletions(-) create mode 100644 capi-ui/src/views/sys/NotFound.vue diff --git a/capi-ui/src/components/Layout/AppLayout.vue b/capi-ui/src/components/Layout/AppLayout.vue index 614c92f..d396917 100644 --- a/capi-ui/src/components/Layout/AppLayout.vue +++ b/capi-ui/src/components/Layout/AppLayout.vue @@ -1,34 +1,23 @@