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.
81 lines
1.8 KiB
81 lines
1.8 KiB
{
|
|
"easycom": {
|
|
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
|
|
},
|
|
"pages": [
|
|
{
|
|
"path": "pages/login/login",
|
|
"style": {
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/tabBar/work/index",
|
|
"style": {
|
|
"navigationBarTitleText": "工作",
|
|
"disableScroll": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/tabBar/mine/index",
|
|
"style": {
|
|
"navigationBarTitleText": "我的",
|
|
"disableScroll": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/tabBar/bsPage/bsRecord",
|
|
"style": {
|
|
"navigationBarTitleText": "报事",
|
|
"disableScroll": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/tabBar/bsPage/bsReport",
|
|
"style": {
|
|
"navigationBarTitleText": "上报",
|
|
"disableScroll": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/tabBar/msg/index",
|
|
"style": {
|
|
"navigationBarTitleText": "消息",
|
|
"disableScroll": true
|
|
}
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "uni-app",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"backgroundColor": "#fff"
|
|
},
|
|
"uniIdRouter": {},
|
|
"tabBar": {
|
|
"color": "#8b8b8b",
|
|
"selectedColor": "#08B3B3",
|
|
"borderStyle": "black",
|
|
"backgroundColor": "#F8F8F8",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/tabBar/msg/index",
|
|
"iconPath": "static/img/消息-灰.png",
|
|
"selectedIconPath": "static/img/消息.png",
|
|
"text": "消息"
|
|
},
|
|
{
|
|
"pagePath": "pages/tabBar/work/index",
|
|
"iconPath": "static/img/工作-灰.png",
|
|
"selectedIconPath": "static/img/工作.png",
|
|
"text": "工作"
|
|
},
|
|
{
|
|
"pagePath": "pages/tabBar/mine/index",
|
|
"iconPath": "static/img/我的-灰.png",
|
|
"selectedIconPath": "static/img/我的.png",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
}
|
|
}
|