From c38b01b4d2e685a71565d5c885f8a3eaaf59997b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E7=90=A6?= Date: Fri, 26 Jun 2026 15:03:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/index.js b/src/router/index.js index 796771d..3c240c5 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -6,7 +6,7 @@ import MainLayout from '@/layouts/Header.vue' const routes = [ { path: '/', - component: MainLayout, + // component: MainLayout, children: [ { path: '', name: 'Home', component: () => import('@/views/index/index.vue') }, ]