| | |
| | | export default defineAppConfig({ |
| | | entryPagePath: 'pages/workbenches/workbenches', |
| | | pages: ['pages/workbenches/workbenches', 'pages/mine/index'], |
| | | pages: ['pages/workbenches/workbenches', 'pages/publish/publish', 'pages/mine/index'], |
| | | requiredPrivateInfos: ['getLocation', 'chooseLocation'], |
| | | permission: { |
| | | 'scope.userLocation': { |
| | |
| | | iconPath: 'assets/tabbar/icon-task.png', |
| | | selectedIconPath: 'assets/tabbar/icon-task-active.png', |
| | | text: '工作台', |
| | | }, |
| | | { |
| | | pagePath: 'pages/publish/publish', |
| | | iconPath: 'assets/tabbar/icon-publish.png', |
| | | selectedIconPath: 'assets/tabbar/icon-publish.png', |
| | | text: '发布', |
| | | }, |
| | | { |
| | | pagePath: 'pages/mine/index', |
| | |
| | | 'taskCheckedDetail/taskCheckedDetail', |
| | | 'taskHandleCheckDetail/taskHandleCheckDetail', |
| | | 'taskManage/taskManage', |
| | | // 'batchTaskList/batchTaskList', |
| | | 'batchTaskList/batchTaskList', |
| | | 'taskUserSubmitCheckHistories/taskUserSubmitCheckHistories', |
| | | 'taskUserSubmitCheckHistoriesDetail/taskUserSubmitCheckHistoriesDetail', |
| | | 'taskDetail/taskDetail', |