123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261 |
- {
- "pages": [
- {
- "path": "pages/login/wxLogin",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/my/info",
- "style": {
- "navigationStyle": "custom"
- }
- }
- ],
- "subPackages": [
- {
- "root": "pagesHome",
- "pages": [
- {
- "path": "index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "video/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "video/detail",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "airConditioner/index",
- "style": {
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "entranceGuard/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "employee/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "employee/detail",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "energyConsumption/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "energyMeter/index",
- "style": {
- "navigationStyle": "custom"
- }
- }
- ]
- },
- {
- "root": "pagesInspection",
- "pages": [
- {
- "path": "index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "onlineRepair/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "record/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "waitOrder/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "waitOrder/detail",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "abnormalDevice/index",
- "style": {
- "navigationStyle": "custom"
- }
- }
- ]
- },
- {
- "root": "pagesStorage",
- "pages": [
- {
- "path": "home",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "inStorage/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "inStorage/add",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "inStorage/goods",
- "style": {
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "inStorage/scan",
- "style": {
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "outStorage/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "outStorage/add",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "outStorage/goods",
- "style": {
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "moveStorage/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "moveStorage/add",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "moveStorage/goods",
- "style": {
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "checkStorage/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "checkStorage/add",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "checkStorage/goods",
- "style": {
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "inventoryStatistics/index",
- "style": {
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "storageRecord/index",
- "style": {
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "storageRecord/detail",
- "style": {
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "units/index",
- "style": {
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "storage/index",
- "style": {
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- }
- ]
- }
- ],
- "globalStyle": {
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTextStyle": "black"
- },
- "easycom": {
- "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
- },
- "permission": {
- "scope.userLocation": {
- "desc": "你的位置信息将用于小程序位置接口的效果展示"
- }
- }
- }
|