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.
145 lines
2.9 KiB
145 lines
2.9 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
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/tabBar/xjPage/xj",
|
|
"style": {
|
|
"navigationBarTitleText": "巡检上报",
|
|
"disableScroll": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/tabBar/xjPage/xjRecord",
|
|
"style": {
|
|
"navigationBarTitleText": "巡检记录",
|
|
"disableScroll": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/tabBar/sdPage/sfReport",
|
|
"style": {
|
|
"navigationBarTitleText": "水费上报",
|
|
"disableScroll": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/tabBar/sdPage/dfReport",
|
|
"style": {
|
|
"navigationBarTitleText": "电费上报",
|
|
"disableScroll": true
|
|
}
|
|
}
|
|
],
|
|
"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" : "强制清退"
|
|
}
|
|
}
|
|
]
|
|
}],
|
|
"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": "我的"
|
|
}
|
|
]
|
|
}
|
|
}
|