| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "pages": [{
- "path": "pages/login/login"
- }, {
- "path": "pages/login/selectSite"
- }, {
- "path": "pages/index/index"
- }, {
- "path": "pages/index/modules/home"
- }, {
- "path": "pages/index/modules/message"
- }, {
- "path": "pages/index/modules/mine"
- }, {
- "path": "pages/facility/index"
- }, {
- "path": "pages/facility/detail"
- }, {
- "path": "pages/facility/my-map"
- }, {
- "path": "pages/index/mine-modules/changePassword"
- }],
- "subPackages": [{
- "root": "packageA",
- "pages": [{
- "path": "alerts/index"
- }, {
- "path": "alerts/detail"
- }]
- }, {
- "root": "control",
- "pages": []
- }],
- "globalStyle": {
- "navigationStyle": "custom"
- },
- "easycom": {
- "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue",
- "^prodnum-(.*)": "@/control/components/prodnum-$1/prodnum-$1.vue"
- }
- }
|