{
|
"easycom": {
|
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
|
},
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
{
|
"path": "pages/learn/learn",
|
"style": {
|
"navigationBarTitleText": "学习",
|
"navigationStyle": "custom",
|
"navigationBarTextStyle": "white"
|
}
|
},
|
{
|
"path": "pages/login/login",
|
"style": {
|
"navigationBarTitleText": "智慧工会",
|
"navigationStyle": "custom",
|
"navigationBarTextStyle": "white"
|
}
|
},
|
{
|
"path": "pages/huiyuan/huiyuan",
|
"style": {
|
"navigationBarTitleText": "会员",
|
"navigationStyle": "custom",
|
"navigationBarTextStyle": "white"
|
}
|
}
|
],
|
"subPackages": [
|
{
|
"root": "pagesA",
|
"pages":[
|
{
|
"path": "pages/videoDetails/videoDetails"
|
},
|
{
|
"path": "pages/zhiduDetails/zhiduDetails"
|
},
|
{
|
"path": "pages/zhidu-form/zhidu-form"
|
},
|
{
|
"path":"pages/showhfive/showhfive"
|
}
|
]
|
},
|
{
|
"root": "pagesB",
|
"pages":[
|
{
|
"path": "pages/jiaofei/jiaofei"
|
},
|
{
|
"path": "pages/zhuanhuiApplication/zhuanhuiApplication"
|
},
|
{
|
"path":"pages/zhuanhuiStauts/zhuanhuiStauts"
|
}
|
]
|
}
|
],
|
"preloadRule": {
|
"pagesA/pages/zhidu-form/zhidu-form": {
|
"network": "all",
|
"packages": ["__APP__"]
|
}
|
},
|
"globalStyle": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "智慧工会",
|
"navigationBarBackgroundColor": "#fff",
|
"backgroundColor": "#fff",
|
"pageOrientation":"auto" //屏幕旋转
|
},
|
"tabBar": {
|
"color": "#7A7E83",
|
"selectedColor": "#ff4e00",
|
"borderStyle": "black",
|
"backgroundColor": "#ffffff",
|
"height": "50px",
|
"fontSize": "10px",
|
"iconWidth": "24px",
|
"spacing": "3px",
|
"list": [
|
{
|
"pagePath": "pages/learn/learn",
|
"iconPath": "static/icon/learn.png",
|
"selectedIconPath": "static/icon/learn2.png",
|
"text": "学习"
|
}, {
|
"pagePath": "pages/huiyuan/huiyuan",
|
"iconPath": "static/icon/huiyuan.png",
|
"selectedIconPath": "static/icon/huiyuan2.png",
|
"text": "会员"
|
}
|
]
|
}
|
}
|