| | |
| | | pages: [ |
| | | 'authorization/authorization', |
| | | 'userPolicy/userPolicy', |
| | | 'mineUserPolicy/mineUserPolicy', |
| | | 'privacyPolicy/privacyPolicy', |
| | | 'loginByForm/loginByForm', |
| | | 'registerForm/registerForm', |
| | | ], |
| | |
| | | pages: ['citySelect/citySelect'], |
| | | }, |
| | | { |
| | | root: 'subpackages/mine', |
| | | pages: [ |
| | | 'mineSign/mineSign', |
| | | 'mineHire/mineHire', |
| | | 'mineCancel/mineCancel', |
| | | 'mineCollectTask/mineCollectTask', |
| | | 'mineAgreementSign/mineAgreementSign', |
| | | 'mineAgreementSignDetail/mineAgreementSignDetail', |
| | | 'setting/setting', |
| | | ], |
| | | }, |
| | | { |
| | | root: 'subpackages/task', |
| | | pages: ['taskDetail/taskDetail'], |
| | | pages: ['taskDetail/taskDetail', 'companyDetail/companyDetail'], |
| | | }, |
| | | { |
| | | root: 'subpackages/user', |
| | | pages: ['complaint/complaint'], |
| | | }, |
| | | ], |
| | | // preloadRule: { |