From b6ac680893145101be854770500492153b1922b9 Mon Sep 17 00:00:00 2001 From: GUjiYN <2946459904@qq.com> Date: Sat, 27 Jan 2024 16:15:46 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=AF=E7=94=B1=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= 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 b0acb62..0881529 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -11,7 +11,7 @@ const router = createRouter({ { path:'/Manager', name:'Manager', - component:()=>import('../manage.vue'), + component:()=>import('../Manager/Manager.vue'), children:[ { path:'/Manager/Main',