From 8923a8b512edeec7a5d64542aa9200b4abc69a26 Mon Sep 17 00:00:00 2001 From: guoapeng Date: Mon, 28 Apr 2025 20:57:44 +0800 Subject: [PATCH] =?UTF-8?q?feat:debug=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/routes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/routes.ts b/src/router/routes.ts index ba52e80..f0b7b94 100644 --- a/src/router/routes.ts +++ b/src/router/routes.ts @@ -111,7 +111,7 @@ const authRoutes: RouteRecordRaw[] = [ { path: '/debug', name: 'debug', - component: () => import('views/home/index.vue'), + component: () => import('views/debug/index.vue'), meta: { isDefault: true, title: '调试',