{
|
"easycom": {
|
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
|
},
|
"pages": [
|
{
|
"path": "pages/index/index",
|
"style": {
|
"navigationBarTitleText": "首页",
|
"navigationStyle": "custom"
|
}
|
},
|
{
|
"path": "pages/demand-hall/demand-hall",
|
"style": {
|
"navigationBarTitleText": "我的订单",
|
"navigationStyle": "custom"
|
}
|
},
|
{
|
"path": "pages/mine/mine",
|
"style": {
|
"navigationBarTitleText": "我的",
|
"navigationStyle": "custom"
|
}
|
},
|
{
|
"path": "pages/seleCity/seleCity",
|
"style": {
|
"navigationBarTitleText": "城市选择"
|
}
|
},
|
{
|
"path" : "pages/using-workers/using-workers",
|
"style" :
|
{
|
"navigationBarTitleText" : "采摘工"
|
}
|
},
|
{
|
"path" : "pages/sorting/sorting",
|
"style" :
|
{
|
"navigationBarTitleText" : "分拣工"
|
}
|
},
|
{
|
"path" : "pages/packaging-worker/packaging-worker",
|
"style" :
|
{
|
"navigationBarTitleText" : "包装工"
|
}
|
},
|
{
|
"path" : "pages/success/success",
|
"style" :
|
{
|
"navigationBarTitleText" : "发单成功"
|
}
|
},
|
{
|
"path" : "pages/freight/freight",
|
"style" :
|
{
|
"navigationBarTitleText" : "运货"
|
}
|
},
|
{
|
"path" : "pages/order-details/order-details",
|
"style" :
|
{
|
"navigationBarTitleText" : "订单详情"
|
}
|
},
|
{
|
"path" : "pages/freight-order/freight-order",
|
"style" :
|
{
|
"navigationBarTitleText" : "订单详情"
|
}
|
},
|
{
|
"path" : "pages/order-food/order-food",
|
"style" :
|
{
|
"navigationBarTitleText" : "订单详情"
|
}
|
},
|
{
|
"path" : "pages/login/login",
|
"style" :
|
{
|
"navigationBarTitleText" : "登录页"
|
}
|
},
|
{
|
"path" : "pages/balance-details/balance-details",
|
"style" :
|
{
|
"navigationBarTitleText" : "余额明细"
|
}
|
},
|
|
{
|
"path" : "pages/rich-text-page/rich-text-page",
|
"style" :
|
{
|
"navigationBarTitleText" : "富文本页面"
|
}
|
}
|
],
|
"subPackages": [{
|
"root": "packageA", // 分包的根目录
|
"name": "packageA", // 分包的根目录
|
"pages":[
|
{
|
"path" : "pages/withdrawal/withdrawal",
|
"style" :
|
{
|
"navigationBarTitleText" : "提现"
|
}
|
},
|
{
|
"path" : "pages/withdrawal-successful/withdrawal-successful",
|
"style" :
|
{
|
"navigationBarTitleText" : "提现成功"
|
}
|
},
|
{
|
"path" : "pages/set-up/set-up",
|
"style" :
|
{
|
"navigationBarTitleText" : "设置"
|
}
|
},
|
{
|
"path" : "pages/employment-certification/employment-certification",
|
"style" :
|
{
|
"navigationBarTitleText" : "用工认证"
|
}
|
},
|
{
|
"path" : "pages/certification-results/certification-results",
|
"style" :
|
{
|
"navigationBarTitleText" : "认证结果"
|
}
|
}
|
]
|
}],
|
"preloadRule":{
|
"pages/mine/mine":{
|
"network": "all",
|
"packages": ["packageA"]
|
}
|
},
|
"globalStyle": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "",
|
"navigationBarBackgroundColor": "#fff",
|
"backgroundColor": "#F8F8F8"
|
},
|
"tabBar": {
|
"color": "#999999",
|
"selectedColor": "#222222",
|
"borderStyle": "black",
|
"backgroundColor": "#fff",
|
"list": [
|
{
|
"pagePath": "pages/index/index",
|
"iconPath": "static/icon/nav_home_sel@2x (1).png",
|
"selectedIconPath": "static/icon/nav_home_sel@2x.png",
|
"text": "首页"
|
},
|
{
|
"pagePath": "pages/demand-hall/demand-hall",
|
"iconPath": "static/icon/nav_order@2x.png",
|
"selectedIconPath": "static/icon/nav_order_sel@2x.png",
|
"text": "订单"
|
},
|
{
|
"pagePath": "pages/mine/mine",
|
"iconPath": "static/icon/nav_mine@2x.png",
|
"selectedIconPath": "static/icon/nav_mine_sel@2x.png",
|
"text": "我的"
|
}
|
]
|
}
|
}
|