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.
92 lines
2.3 KiB
92 lines
2.3 KiB
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/house/index",
|
|
"pages/house/form",
|
|
"pages/house/share",
|
|
"pages/member/index",
|
|
"pages/member/member",
|
|
"pages/member/view",
|
|
"pages/member/personal",
|
|
"pages/member/pay",
|
|
"pages/member/order",
|
|
"pages/login/index",
|
|
"pages/login/subaccount",
|
|
"pages/house/list/index",
|
|
"pages/house/view/index",
|
|
"pages/single/about",
|
|
"pages/single/help",
|
|
"pages/tenant/list/add",
|
|
"pages/tenant/view/index",
|
|
"pages/tenant/pay",
|
|
"pages/tenant/order",
|
|
"pages/tenant/sms",
|
|
"pages/house/room/index",
|
|
"pages/house/room/expire_room",
|
|
"pages/house/room/add",
|
|
"pages/house/room/view",
|
|
"pages/house/expire",
|
|
"pages/contract/index",
|
|
"pages/contract/view",
|
|
"pages/question/index",
|
|
"pages/question/view",
|
|
"pages/subaccount/index",
|
|
"pages/subaccount/form",
|
|
"pages/html5/payorder",
|
|
"pages/clean/index",
|
|
"pages/clean/complete",
|
|
"pages/clean/info",
|
|
"pages/clean/my",
|
|
"pages/member/myclean",
|
|
"pages/member/cleanorder"
|
|
],
|
|
"window": {
|
|
"backgroundTextStyle": "light",
|
|
"navigationBarBackgroundColor": "#fff",
|
|
"navigationBarTitleText": "ColorUI",
|
|
"navigationBarTextStyle": "white",
|
|
"onReachBottomDistance": 50,
|
|
"navigationStyle": "custom"
|
|
},
|
|
"tabBar": {
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"text": "首页",
|
|
"iconPath": "/images/tabbar/home-off.png",
|
|
"selectedIconPath": "/images/tabbar/home-on.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/house/form",
|
|
"text": "房源管理",
|
|
"iconPath": "/images/tabbar/er-off.png",
|
|
"selectedIconPath": "/images/tabbar/er-on.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/member/index",
|
|
"text": "我的",
|
|
"iconPath": "/images/tabbar/user-off.png",
|
|
"selectedIconPath": "/images/tabbar/user-on.png"
|
|
}
|
|
]
|
|
},
|
|
"usingComponents": {
|
|
"cu-custom": "/colorui/components/cu-custom"
|
|
},
|
|
"sitemapLocation": "sitemap.json",
|
|
"permission": {
|
|
"scope.userLocation": {
|
|
"desc": "你的位置信息将用于小程序定位"
|
|
}
|
|
},
|
|
"plugins": {
|
|
"chooseLocation": {
|
|
"version": "1.0.2",
|
|
"provider": "wx76a9a06e5b4e693e"
|
|
},
|
|
"routePlan": {
|
|
"version": "1.0.5",
|
|
"provider": "wx50b5593e81dd937a"
|
|
}
|
|
}
|
|
}
|