| | |
| | | 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': { |
| | |
| | | text: '工作台', |
| | | }, |
| | | { |
| | | pagePath: 'pages/publish/publish', |
| | | iconPath: 'assets/tabbar/icon-publish.png', |
| | | selectedIconPath: 'assets/tabbar/icon-publish.png', |
| | | text: '发布', |
| | | }, |
| | | { |
| | | pagePath: 'pages/mine/index', |
| | | iconPath: 'assets/tabbar/icon-mine.png', |
| | | selectedIconPath: 'assets/tabbar/icon-mine-active.png', |