From f1e59b6940cda8670b23b6f29419cd080d6f6a10 Mon Sep 17 00:00:00 2001 From: Cool <747682928@qq.com> Date: Thu, 4 Jul 2024 13:38:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B7=AF=E7=94=B1?= 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 788188d..c4fc03d 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -13,7 +13,7 @@ const routes=[ component: App, children: [ { - path: '/user', + path: 'user', name: 'User', component: User }