| | |
| | | export default defineAppConfig({ |
| | | entryPagePath: 'pages/home/index', |
| | | pages: ['pages/home/index', 'pages/mine/index'], |
| | | pages: ['pages/home/index', 'pages/mine/index'], |
| | | requiredPrivateInfos: ['getLocation'], |
| | | permission: { |
| | | 'scope.userLocation': { |
| | |
| | | text: '我的', |
| | | }, |
| | | ], |
| | | color: '#000', |
| | | selectedColor: '#ff6d33', |
| | | color: '#333', |
| | | selectedColor: '#3a71ff', |
| | | backgroundColor: '#fff', |
| | | borderStyle: 'black', |
| | | custom: true, |
| | | }, |
| | | lazyCodeLoading: 'requiredComponents', |
| | | lazyCodeLoading: 'requiredComponents', |
| | | subpackages: [ |
| | | { |
| | | root: 'subpackages/login', |