fix: 修复错误

- 改正文件夹名称
- 修改对应路由文件
This commit is contained in:
Huangzhe
2025-03-04 15:52:00 +08:00
parent b0b1befd3a
commit fc18294029
2 changed files with 5 additions and 3 deletions

View File

@@ -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: {