You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
126 lines
4.2 KiB
126 lines
4.2 KiB
{ |
|
"pages": [ |
|
"pages/index/index", |
|
"pages/login/login", |
|
"pages/user/user", |
|
"pages/news/news", |
|
"pages/taskList/taskList", |
|
"pages/reportForms/reportForms" |
|
], |
|
"subPackages": [ |
|
{ |
|
"root": "pagesHome", |
|
"pages": [ |
|
"pages/pickingScan/pickingScan", |
|
"pages/SelfPickupScan/SelfPickupScan", |
|
"pages/LoadingScan/LoadingScan", |
|
"pages/StockUplist/StockUplist", |
|
"pages/StockUplistScandetails/StockUplistScandetails", |
|
"pages/DownScan/DownScan", |
|
"pages/signinScan/signinScan", |
|
"pages/SelfPScanList/SelfPScanList", |
|
"pages/SelfPickupDetails/SelfPickupDetails", |
|
"pages/LoadingDetails/LoadingDetails", |
|
"pages/CustomerOrdersDetails/CustomerOrdersDetails", |
|
"pages/DeliveryCustomerScan/DeliveryCustomerScan", |
|
"pages/CustomerSign/CustomerSign", |
|
"pages/signOrderScan/signOrderScan", |
|
"pages/SignDetailScan/SignDetailScan", |
|
"pages/setbarcode/setbarcode", |
|
"pages/OfflineUpload/OfflineUpload", |
|
"pages/createTask/createTask", |
|
"pages/ordersorting/ordersorting", |
|
"pages/lnventorysorting/lnventorysorting", |
|
"pages/scansorting/scansorting", |
|
"pages/peopleSorting/peopleSorting", |
|
"pages/OrderSortingDetail/OrderSortingDetail", |
|
"pages/ScanSortingType/ScanSortingType", |
|
"pages/PeopleSortingDetail/PeopleSortingDetail", |
|
"pages/inventoryType/inventoryType", |
|
"pages/inventoryDetail/inventoryDetail", |
|
"pages/inventoryDetailList/inventoryDetailList", |
|
"pages/inventoryenter/inventoryenter", |
|
"pages/lnventorysortinglist/lnventorysortinglist", |
|
"pages/OrderSortingDetailList/OrderSortingDetailList", |
|
"pages/ScanUpType/ScanUpType", |
|
"pages/ScanUp/ScanUp", |
|
"pages/RelocationType/RelocationType", |
|
"pages/Relocation/Relocation", |
|
"pages/PeopleScanUpType/PeopleScanUpType", |
|
"pages/PeopleScanUp/PeopleScanUp", |
|
"pages/PickingScanList/PickingScanList", |
|
"pages/Retention/Retention", |
|
"pages/MergeTray/MergeTray", |
|
"pages/MergeTrayDetails/MergeTrayDetails", |
|
"pages/DownGoodsType/DownGoodsType", |
|
"pages/DownGoods/DownGoods", |
|
"pages/SetPrice/SetPrice", |
|
"pages/RemoveTray/RemoveTray", |
|
"pages/Check/Check" |
|
] |
|
} |
|
], |
|
"window": { |
|
"navigationBarTextStyle": "black", |
|
"navigationBarTitleText": "uni-app", |
|
"navigationBarBackgroundColor": "#F8F8F8", |
|
"backgroundColor": "#F8F8F8" |
|
}, |
|
"tabBar": { |
|
"color": "#999999", |
|
"selectedColor": "#df8926", |
|
"backgroundColor": "#ffffff", |
|
"list": [ |
|
{ |
|
"pagePath": "pages/index/index", |
|
"iconPath": "/static/TabberIcon/icon1.png", |
|
"selectedIconPath": "/static/TabberIcon/icon1check.png", |
|
"text": "工作台" |
|
}, |
|
{ |
|
"pagePath": "pages/taskList/taskList", |
|
"iconPath": "/static/TabberIcon/icon2.png", |
|
"selectedIconPath": "/static/TabberIcon/icon2check.png", |
|
"text": "任务" |
|
}, |
|
{ |
|
"pagePath": "pages/reportForms/reportForms", |
|
"iconPath": "/static/TabberIcon/icon3.png", |
|
"selectedIconPath": "/static/TabberIcon/icon3check.png", |
|
"text": "报表" |
|
}, |
|
{ |
|
"pagePath": "pages/news/news", |
|
"iconPath": "/static/TabberIcon/icon4.png", |
|
"selectedIconPath": "/static/TabberIcon/icon4check.png", |
|
"text": "消息" |
|
}, |
|
{ |
|
"pagePath": "pages/user/user", |
|
"iconPath": "/static/TabberIcon/icon5.png", |
|
"selectedIconPath": "/static/TabberIcon/icon5check.png", |
|
"text": "我的" |
|
} |
|
] |
|
}, |
|
"permission": { |
|
"scope.userFuzzyLocation": { |
|
"desc": "你的位置信息将用于小程序位置接口的效果展示" |
|
}, |
|
"scope.userLocation": { |
|
"desc": "你的位置信息将用于小程序位置接口的效果展示" |
|
} |
|
}, |
|
"requiredPrivateInfos": [ |
|
"getLocation" |
|
], |
|
"usingComponents": { |
|
"saomiao": "/compoment/saomiao", |
|
"tips": "/compoment/tips/tips", |
|
"tiplist": "/compoment/tiplist/tiplist", |
|
"saomiao1": "/compoment/saomiao1", |
|
"saomiao2": "/compoment/saomiao2", |
|
"saomiao3": "/compoment/saomiao3", |
|
"saomiao4": "/compoment/saomiao4" |
|
} |
|
} |