{
|
"easycom": {
|
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
|
},
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
{
|
"path": "pages/home/home",
|
"style": {
|
"navigationBarTitleText": "唐山烟草配送商户端",
|
"navigationBarBackgroundColor": "#1F9F4C",
|
"navigationBarTextStyle": "white",
|
"enablePullDownRefresh":true
|
|
}
|
},
|
{
|
"path": "pages/notice/notice",
|
"style": {
|
"navigationBarTitleText": "通知",
|
"navigationBarBackgroundColor": "#1F9F4C",
|
"navigationBarTextStyle": "white",
|
"enablePullDownRefresh": true
|
|
}
|
},
|
{
|
"path": "pages/order/order",
|
"style": {
|
"navigationBarTitleText": "订单",
|
"navigationBarBackgroundColor": "#1F9F4C",
|
"navigationBarTextStyle": "white",
|
"enablePullDownRefresh":true
|
}
|
}
|
,{
|
"path" : "pages/my/my",
|
"style" :
|
{
|
"navigationBarTitleText": "我的",
|
"navigationBarBackgroundColor": "#1F9F4C",
|
"navigationBarTextStyle": "white"
|
// "enablePullDownRefresh":true
|
}
|
|
}
|
],
|
"subPackages": [
|
{
|
"root": "pagesA",
|
"pages": [
|
{
|
"path" : "noticeDetail/noticeDetail",
|
"style": {
|
"navigationBarTitleText": "通知",
|
"navigationBarBackgroundColor": "#1F9F4C",
|
"navigationBarTextStyle": "white"
|
|
}
|
},{
|
"path" : "login/login",
|
"style" :
|
{
|
"navigationBarTitleText": "唐山烟草",
|
"navigationStyle": "custom",
|
"navigationBarTextStyle": "white"
|
}
|
|
}
|
]
|
},
|
{
|
"root": "pagesB",
|
"pages": [
|
{
|
"path" : "signerManagement/signerManagement",
|
"style": {
|
"navigationBarTitleText": "签收人管理",
|
"navigationBarBackgroundColor": "#1F9F4C",
|
"navigationBarTextStyle": "white"
|
|
}
|
}
|
]
|
},
|
{
|
"root": "pagesC",
|
"pages": [
|
{
|
"path" : "opinionList/opinionList",
|
"style": {
|
"navigationBarTitleText": "意见与建议",
|
"navigationBarBackgroundColor": "#1F9F4C",
|
"navigationBarTextStyle": "white"
|
|
}
|
}
|
]
|
}
|
],
|
"preloadRule": {
|
"pages/home/home": {
|
"network": "all",
|
"packages": ["__APP__"]
|
}
|
},
|
"globalStyle": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "智慧烟草",
|
"navigationBarBackgroundColor": "#F8F8F8",
|
"backgroundColor": "#F8F8F8"
|
},
|
"tabBar": {
|
"color": "#7A7E83",
|
"selectedColor": "#008700",
|
"borderStyle": "black",
|
"backgroundColor": "#ffffff",
|
"height": "49px",
|
"fontSize": "10px",
|
"iconWidth": "20px",
|
"spacing": "3px",
|
"list": [
|
{
|
"pagePath": "pages/home/home",
|
"iconPath": "static/icon/home.png",
|
"selectedIconPath": "static/icon/home-active.png",
|
"text": "首页"
|
}, {
|
"pagePath": "pages/notice/notice",
|
"iconPath": "static/icon/notice.png",
|
"selectedIconPath": "static/icon/notice-active.png",
|
"text": "通知"
|
}, {
|
"pagePath": "pages/order/order",
|
"iconPath": "static/icon/order.png",
|
"selectedIconPath": "static/icon/order-active.png",
|
"text": "订单"
|
}, {
|
"pagePath": "pages/my/my",
|
"iconPath": "static/icon/my.png",
|
"selectedIconPath": "static/icon/my-active.png",
|
"text": "我的"
|
}
|
]
|
}
|
|
}
|