WechatOwnerService/pages.json
2020-06-12 11:34:06 +08:00

325 lines
6.8 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "HC智慧家园",
"backgroundColor": "#ffffff"
}
},
{
"path": "pages/my/myHouse",
"style": {
"navigationBarTitleText": "我的房屋",
"enablePullDownRefresh": true
}
},
{
"path": "pages/bindOwner/bindOwner",
"style": {
"navigationBarTitleText": "绑定业主"
}
},
{
"path": "pages/viewBindOwner/viewBindOwner",
"style": {
"navigationBarTitleText": "业主信息"
}
},
{
"path": "pages/viewCommunitys/viewCommunitys",
"style": {
"navigationBarTitleText": "选择小区"
}
},
{
"path": "pages/applicationKey/applicationKey",
"style": {
"navigationBarTitleText": "申请钥匙"
}
},
{
"path": "pages/applicationKeyLocation/applicationKeyLocation",
"style": {
"navigationBarTitleText": "相关门禁"
}
},
{
"path": "pages/applicationKeyUser/applicationKeyUser",
"style": {
"navigationBarTitleText": "填写信息"
}
},
{
"path": "pages/applicationKeyProgress/applicationKeyProgress",
"style": {
"navigationBarTitleText": "钥匙进度"
}
},
{
"path": "pages/myApplicationKey/myApplicationKey",
"style": {
"navigationBarTitleText": "我的钥匙"
}
},
{
"path": "pages/visitorApplicationKey/visitorApplicationKey",
"style": {
"navigationBarTitleText": "访客钥匙"
}
},
{
"path": "pages/location/location",
"style": {
"navigationBarTitleText": "选择小区",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/openDoor/openDoor",
"style": {
"navigationBarTitleText": "智慧门禁"
}
},
{
"path": "pages/my/my",
"style": {
"navigationBarTitleText": "我"
}
},
{
"path": "pages/notice/index",
"style": {
"navigationBarTitleText": "公告"
}
},
{
"path": "pages/notice/detail/detail",
"style": {
"navigationBarTitleText": "公告详情"
}
},
{
"path": "pages/repairList/repairList",
"style": {
"enablePullDownRefresh": true
}
},
{
"path": "pages/repair/repair",
"style": {
"navigationBarTitleText": "报修"
}
},
{
"path": "pages/repairList/detail/detail",
"style": {}
},
{
"path": "pages/family/family",
"style": {
"navigationBarTitleText": "添加成员"
}
},
{
"path": "pages/familyList/familyList",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "家庭成员"
}
},
{
"path": "pages/complaintList/complaintList",
"style": {
"enablePullDownRefresh": true,
"navigationBarTitleText": "投诉建议"
}
},
{
"path": "pages/viewApplicationKeyUser/viewApplicationKeyUser",
"style": {
"navigationBarTitleText": "我的钥匙"
}
},
{
"path": "pages/viewPersonFace/viewPersonFace",
"style": {
"navigationBarTitleText": "人脸"
}
},
{
"path": "pages/complaint/complaint",
"style": {
"navigationBarTitleText": "投诉建议"
}
},
{
"path": "pages/viewComplaint/viewComplaint",
"style": {}
},
{
"path": "pages/payParkingFeeList/payParkingFeeList",
"style": {
"navigationBarTitleText": "停车费"
}
},
{
"path": "pages/payParkingFee/payParkingFee",
"style": {
"navigationBarTitleText": "缴停车费"
}
},
{
"path": "pages/my/myHouseDetail",
"style": {
"navigationBarTitleText": "我的房屋明细"
}
},
{
"path": "pages/activites/activites",
"style": {
"navigationBarTitleText": "小区文化"
}
},
{
"path": "pages/activitesDetail/activitesDetail",
"style": {
"navigationBarTitleText": "详情"
}
},
{
"path": "pages/roomFeeList/roomFeeList",
"style": {
"navigationBarTitleText": "物业费"
}
},
{
"path": "pages/roomFee/roomFee",
"style": {
"navigationBarTitleText": "缴物业费"
}
}
,{
"path" : "pages/login/login",
"style" : {
"navigationBarTitleText": "请登录"
}
}
,{
"path" : "pages/myRepair/myRepair",
"style": {
"navigationBarTitleText": "我的报修单"
}
}
,{
"path" : "pages/settings/settings",
"style" : {
"navigationBarTitleText": "设置"
}
}
,{
"path" : "pages/register/register",
"style" : {
"navigationBarTitleText": "请注册"
}
}
,{
"path" : "pages/payFeeDetail/payFeeDetail",
"style" : {
"navigationBarTitleText": "缴费历史"
}
}
,{
"path" : "pages/myProperty/myProperty",
"style" : {
"navigationBarTitleText": "我的物业"
}
}
,{
"path" : "pages/viewAdmin/viewAdmin",
"style" : {
"navigationBarTitleText": "技术支持"
}
}
,{
"path" : "pages/market/market",
"style" : {
"navigationBarTitleText": "跳蚤市场"
}
}
,{
"path" : "pages/newJunk/newJunk",
"style" : {
"navigationBarTitleText": "发布信息"
}
}
,{
"path" : "pages/myJunk/myJunk",
"style" : {
"navigationBarTitleText": "我的发布"
}
},
{
"path" : "pages/showlogin/showlogin",
"style" : {
"navigationBarTitleText": "温馨提示"
}
}
],
"tabBar": {
"color": "#272636",
"selectedColor": "#00AA00",
"backgroundColor": "#fff",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "static/images/home.png",
"selectedIconPath": "static/images/home-selected.png"
},
{
"pagePath": "pages/market/market",
"text": "市场",
"iconPath": "static/images/market.png",
"selectedIconPath": "static/images/market-selected.png"
},
{
"pagePath": "pages/my/my",
"text": "我的",
"iconPath": "static/images/my.png",
"selectedIconPath": "static/images/mySelected.png"
}
]
},
"networkTimeout": {
"request": 10000
},
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
},
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#00AA00",
"navigationBarTitleText": "HC智慧家园",
"usingComponents": { //这里为方便全局引入了所有组件也可以在某个page下单独引用某个组件
}
},
"condition" : { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [
{
"name": "", //模式名称
"path": "", //启动页面,必选
"query": "" //启动参数在页面的onLoad函数里面得到
}
]
},
"subPackages": []
}