增加任务中心

This commit is contained in:
2024-12-06 17:57:43 +08:00
parent 49b95137b6
commit 89bbccf174
5 changed files with 779 additions and 393 deletions

View File

@@ -38,6 +38,7 @@ const mainRoutes = {
{path: '/allocationList',component: _import('allocation/allocationList'),name: 'allocationList',meta: {title: '配置列表', isTab: true}},
{path: '/financeList', component: _import('finance/financeList'), name: 'financeList', meta: {title: '财务中心', isTab: true}},
{path: '/message', component: _import('message/message'), name: 'message', meta: {title: '消息中心', isTab: true}},
{path: '/renwu', component: _import('renwu/index'), name: 'renwu', meta: {title: '任务中心', isTab: false}},
{path: '/taskConfig', component: _import('taskConfig/taskConfig'), name: 'taskConfig', meta: {title: '任务配置', isTab: true}},
{path: '/bannerList', component: _import('banner/bannerList'), name: 'bannerList', meta: {title: '首页装修', isTab: true}},
{path: '/mission', component: _import('mission/mission'), name: 'mission', meta: {title: '短剧中心', isTab: true}},