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'), } ]