This commit is contained in:
2023-10-16 11:27:37 +08:00
parent 826f99350c
commit b5b55dc3b2
29 changed files with 951 additions and 319 deletions

View File

@@ -19,7 +19,7 @@ const routes: Array<RouteRecordRaw> = [
{
path: '',
name: 'user-index',
component: () => import('@/views/view/IndexView.vue'),
component: () => import('@/views/view/UserIndexView.vue'),
meta: {
title: '主页',
},
@@ -37,7 +37,7 @@ const routes: Array<RouteRecordRaw> = [
name: 'user-questionBox',
component: () => import('@/views/view/QuestionBoxView.vue'),
meta: {
title: '棉花糖(提问箱',
title: '棉花糖 (提问箱',
},
},
],