1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- {
- "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"
- }, {
- "path": "pages/message/detail"
- }, {
- "path": "pages/alerts/index"
- }, {
- "path": "pages/alerts/detail"
- }],
- "subPackages": [{
- "root": "packageA",
- "pages": [{
- "path": "workOrder/index"
- }, {
- "path": "workOrder/detail"
- }, {
- "path": "workOrder/setNode"
- }, {
- "path": "signIn/index"
- }, {
- "path": "signIn/update"
- }]
- }, {
- "root": "control",
- "pages": []
- }, {
- "root": "Bluetooth",
- "pages": [{
- "path": "index/index"
- }]
- }, {
- "root": "select",
- "pages": [{
- "path": "points"
- }, {
- "path": "device"
- }]
- }],
- "globalStyle": {
- "navigationStyle": "custom"
- },
- "easycom": {
- "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue",
- "^prodnum-(.*)": "@/control/components/prodnum-$1/prodnum-$1.vue"
- }
- }
|