工作端小程序
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.

148 lines
3.1 KiB

1 month ago
{
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
1 month ago
"pages": [
{
"path": "pages/tabBar/work/index",
"style": {
"navigationBarTitleText": "工作",
"disableScroll": true
}
},
{
"path": "pages/login/login",
"style": {
"navigationStyle": "custom"
}
},
{
"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
}
},
{
"path": "pages/tabBar/xjPage/xj",
"style": {
"navigationBarTitleText": "巡检上报",
"disableScroll": true
}
},
{
"path": "pages/tabBar/xjPage/xjRecord",
"style": {
"navigationBarTitleText": "巡检记录",
"disableScroll": true,
"enablePullDownRefresh": true,
"onReachBottomDistance": 100
1 month ago
}
},
1 month ago
{
"path": "pages/tabBar/sdPage/sfReport",
"style": {
1 month ago
"navigationBarTitleText": "水量上报",
1 month ago
"disableScroll": true
}
},
{
"path": "pages/tabBar/sdPage/dfReport",
"style": {
1 month ago
"navigationBarTitleText": "电量上报",
1 month ago
"disableScroll": true
}
}
1 month ago
],
"subPackages": [{
"root": "pagesA",
"pages": [{
"path": "checkout/list/list",
"style": {
"navigationBarTitleText": "退房检查"
}
},
{
"path": "checkout/detail/detail",
"style": {
"navigationBarTitleText": "退房检查"
}
},
{
"path" : "release/list/list",
"style" :
{
"navigationBarTitleText" : "释放房源检查"
}
},
{
"path" : "release/detail/detail",
"style" :
{
"navigationBarTitleText" : "释放房源检查"
}
},
{
"path" : "force/index/index",
"style" :
{
"navigationBarTitleText" : "强制清退"
}
}
]
}],
1 month ago
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
1 month ago
"navigationBarBackgroundColor": "#fff",
"backgroundColor": "#fff"
1 month ago
},
1 month ago
"uniIdRouter": {},
"tabBar": {
1 month ago
"color": "#8b8b8b",
"selectedColor": "#08B3B3",
"borderStyle": "black",
"backgroundColor": "#F8F8F8",
"list": [{
1 month ago
"pagePath": "pages/tabBar/msg/index",
"iconPath": "static/img/消息-灰.png",
1 month ago
"selectedIconPath": "static/img/消息.png",
1 month ago
"text": "消息"
},
{
1 month ago
"pagePath": "pages/tabBar/work/index",
"iconPath": "static/img/工作-灰.png",
1 month ago
"selectedIconPath": "static/img/工作.png",
1 month ago
"text": "工作"
},
{
1 month ago
"pagePath": "pages/tabBar/mine/index",
"iconPath": "static/img/我的-灰.png",
1 month ago
"selectedIconPath": "static/img/我的.png",
1 month ago
"text": "我的"
}
]
}
1 month ago
}