From a2b5addaff8032c601c1e4c9a621abd52528a81c Mon Sep 17 00:00:00 2001 From: "xinxin.wu" Date: Mon, 15 Apr 2024 21:59:44 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E5=92=8C=E5=BE=85=E5=8A=9E=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/router/routes.ts | 1 + ui/src/views/404/index.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/ui/src/router/routes.ts b/ui/src/router/routes.ts index 5884daf1a..4edc08cae 100644 --- a/ui/src/router/routes.ts +++ b/ui/src/router/routes.ts @@ -11,6 +11,7 @@ export const routes: Array = [ component: () => import('@/layout/app-layout/index.vue'), redirect: '/application', children: [ + // TODO 待处理 // { // path: '/first', // name: 'first', diff --git a/ui/src/views/404/index.vue b/ui/src/views/404/index.vue index 2ebb02c3d..4c7350ca1 100644 --- a/ui/src/views/404/index.vue +++ b/ui/src/views/404/index.vue @@ -4,6 +4,7 @@
404
很抱歉,无法访问应用!
+