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.
85 lines
2.5 KiB
85 lines
2.5 KiB
2 years ago
|
{
|
||
|
"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"
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"window": {
|
||
|
"navigationBarTextStyle": "black",
|
||
|
"navigationBarTitleText": "uni-app",
|
||
|
"navigationBarBackgroundColor": "#F8F8F8",
|
||
|
"backgroundColor": "#F8F8F8"
|
||
|
},
|
||
|
"tabBar": {
|
||
|
"custom": true,
|
||
|
"color": "#999999",
|
||
|
"selectedColor": "#df8926",
|
||
|
"backgroundColor": "#ffffff",
|
||
|
"list": [
|
||
|
{
|
||
|
"pagePath": "pages/index/index",
|
||
|
"iconPath": "/static/TabberIcon/icon1.png",
|
||
|
"selectedIconPath": "/static/TabberIcon/icon1.png",
|
||
|
"text": "工作台"
|
||
|
},
|
||
|
{
|
||
|
"pagePath": "pages/taskList/taskList",
|
||
|
"iconPath": "/static/TabberIcon/icon1.png",
|
||
|
"selectedIconPath": "/static/TabberIcon/icon1.png",
|
||
|
"text": "任务"
|
||
|
},
|
||
|
{
|
||
|
"pagePath": "pages/reportForms/reportForms",
|
||
|
"iconPath": "/static/TabberIcon/icon1.png",
|
||
|
"selectedIconPath": "/static/TabberIcon/icon1.png",
|
||
|
"text": "报表"
|
||
|
},
|
||
|
{
|
||
|
"pagePath": "pages/news/news",
|
||
|
"iconPath": "/static/TabberIcon/icon1.png",
|
||
|
"selectedIconPath": "/static/TabberIcon/icon1.png",
|
||
|
"text": "消息"
|
||
|
},
|
||
|
{
|
||
|
"pagePath": "pages/user/user",
|
||
|
"iconPath": "/static/TabberIcon/icon1.png",
|
||
|
"selectedIconPath": "/static/TabberIcon/icon1.png",
|
||
|
"text": "我的"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"usingComponents": {
|
||
|
"saomiao": "/compoment/saomiao",
|
||
|
"tips": "/compoment/tips/tips",
|
||
|
"saomiao1": "/compoment/saomiao1",
|
||
|
"saomiao2": "/compoment/saomiao2",
|
||
|
"saomiao3": "/compoment/saomiao3",
|
||
|
"saomiao4": "/compoment/saomiao4"
|
||
|
}
|
||
|
}
|