fix: 修复错误
- 改正文件夹名称 - 修改对应路由文件
This commit is contained in:
@@ -20,14 +20,16 @@ const router = createRouter({
|
|||||||
// this generates a separate chunk (About.[hash].js) for this route
|
// this generates a separate chunk (About.[hash].js) for this route
|
||||||
// which is lazy-loaded when the route is visited.
|
// which is lazy-loaded when the route is visited.
|
||||||
component: Design
|
component: Design
|
||||||
}, {
|
},
|
||||||
|
{
|
||||||
path: '/survey',
|
path: '/survey',
|
||||||
name: 'survey',
|
name: 'survey',
|
||||||
meta: {
|
meta: {
|
||||||
title: '问卷'
|
title: '问卷'
|
||||||
},
|
},
|
||||||
component: () => import('../views/Survey/Inex.vue')
|
component: () => import('../views/Survey/Index.vue')
|
||||||
}, {
|
},
|
||||||
|
{
|
||||||
path: '/market',
|
path: '/market',
|
||||||
name: 'market',
|
name: 'market',
|
||||||
meta: {
|
meta: {
|
||||||
|
|||||||
Reference in New Issue
Block a user