From 9b006fa9d9f118783842879c37d7346b0926bd3d Mon Sep 17 00:00:00 2001 From: xiongxiaoyang <773861846@qq.com> Date: Fri, 20 May 2022 15:21:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=96=87=E4=BB=B6=E5=90=8D=E5=A4=A7?= =?UTF-8?q?=E5=B0=8F=E5=86=99=E6=95=8F=E6=84=9F=E9=97=AE=E9=A2=98?= 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 a7b8a8e..37f535d 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -27,7 +27,7 @@ const router = createRouter({ { path: '/feadback', name: 'feadback', - component: () => import('@/views/Feadback') + component: () => import('@/views/FeadBack') }, { path: '/news/:id',