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