From 520f3f53e9268078c8e643aa33b8b19a360d0c62 Mon Sep 17 00:00:00 2001 From: songtongtong <123456@163.com> Date: Sat, 12 Jul 2025 09:51:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=A9=BA=E6=A0=BC?= 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 b5ac39d..4a7378a 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -19,7 +19,7 @@ const routes = [ }, { path: '/zhongchou', - name: 'zhongchou', + name: 'zhongchou', component: () => import('../views/zhongchou/index.vue'), } ]