1 Star 0 Fork 1K

xpl / HC小区业主版

forked from java110 / HC小区业主版 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pages.json 17.20 KB
一键复制 编辑 原始数据 按行查看 历史
java110 提交于 2022-05-18 01:01 . 优化代码
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739
{
"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/applicationKeyLocation/applicationKeyLocation",
"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/reportInfoBack/reportInfoBack",
"style": {
"navigationBarTitleText": "返省上报",
"enablePullDownRefresh": false
}
},
{
"path": "pages/payParkingApplyFee/payParkingApplyFee",
"style": {
"navigationBarTitleText": "车位申请缴费",
"enablePullDownRefresh": false
}
},
{
"path": "pages/reportInfoDetail/reportInfoDetail",
"style": {
"navigationBarTitleText": "疫情问卷上报",
"enablePullDownRefresh": false
}
},
{
"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/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/roomFeeListNew/roomFeeListNew",
"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": "温馨提示"
}
}
, {
"path": "pages/selectFloor/selectFloor",
"style": {
"navigationBarTitleText": "选择楼栋"
}
}, {
"path": "pages/selectUnit/selectUnit",
"style": {
"navigationBarTitleText": "选择单元"
}
}, {
"path": "pages/repairDetail/repairDetail",
"style": {
"navigationBarTitleText": "工单详情"
}
}, {
"path": "pages/appraiseRepair/appraiseRepair",
"style": {
"navigationBarTitleText": "工单评价"
}
}, {
"path": "pages/repairPay/repairPay",
"style": {
"navigationBarTitleText": "报修支付"
}
}, {
"path": "pages/complaintDetail/complaintDetail",
"style": {
"navigationBarTitleText": "投诉详情"
}
}, {
"path": "pages/complaintHandle/complaintHandle",
"style": {
"navigationBarTitleText": "投诉待办"
}
}
,{
"path" : "pages/registerByWechat/registerByWechat",
"style" : {
"navigationBarTitleText": "业主绑定"
}
}
,{
"path" : "pages/changePassword/changePassword",
"style" : {
"navigationBarTitleText": "修改密码"
}
}
,{
"path" : "pages/changeOwnerPhone/changeOwnerPhone",
"style" : {
"navigationBarTitleText": "修改手机"
}
}
,{
"path" : "pages/hireRoom/hireRoom",
"style" : {
"navigationBarTitleText": "房屋出租"
}
},
{
"path" : "pages/rentHouse/rentHouse",
"style" : {
"enablePullDownRefresh": true,
"navigationBarTitleText": "房源"
}
},{
"path" : "pages/rentingDetail/rentingDetail",
"style" : {
"navigationBarTitleText": ""
}
},
{
"path" : "pages/applyparking/applyparking",
"style" : {
"navigationBarTitleText": "车位申请"
}
}
,{
"path" : "pages/oweFee/oweFee",
"style" : {
"navigationBarTitleText": "综合缴费"
}
},
{
"path" : "pages/oweFeeGarden/oweFeeGarden",
"style" : {
"navigationBarTitleText": "综合缴费"
}
},
{
"path" : "pages/parkingInfo/parkingInfo",
"style" : {
"navigationBarTitleText": "车位申请进度"
}
}
,{
"path" : "pages/rentingAppointment/rentingAppointment",
"style" : {
"navigationBarTitleText": "租房预约"
}
}
,{
"path" : "pages/mall/mall",
"style" : {
"navigationBarTitleText": "商圈",
"navigationStyle":"custom"
}
}
,
{
"path" : "pages/applyRoom/applyRoom",
"style" :
{
"navigationBarTitleText": "选择房屋",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/applyRoomDetail/applyRoomDetail",
"style" :
{
"navigationBarTitleText": "空置房申请",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/roomRenovation/roomRenovation",
"style" :
{
"navigationBarTitleText": "选择房屋",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/roomRenovationDetail/roomRenovationDetail",
"style" :
{
"navigationBarTitleText": "装修申请",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/myRenovation/myRoomList",
"style" :
{
"navigationBarTitleText": "选择房屋",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/myRenovation/myRoomRenovationList",
"style" :
{
"navigationBarTitleText": "装修记录",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/myRenovation/myRoomRenovationDetail",
"style" :
{
"navigationBarTitleText": "装修详情",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/myRoomRenovationRecord/myRoomRenovationRecord",
"style" :
{
"navigationBarTitleText": "跟踪记录",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/myRoomRenovationRecordDetail/myRoomRenovationRecordDetail",
"style" :
{
"navigationBarTitleText": "跟踪记录详情",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/tempParkingFee/tempParkingFee",
"style" :
{
"navigationBarTitleText": "临时车缴费",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/contractFee/contractFee",
"style" :
{
"navigationBarTitleText": "合同缴费",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/contractFeeList/contractFeeList",
"style" :
{
"navigationBarTitleText": "合同费用",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/contractOweFee/contractOweFee",
"style" :
{
"navigationBarTitleText": "欠费缴费",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/questionAnswer/questionAnswer",
"style" :
{
"navigationBarTitleText": "投票问卷",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/questionAnswerDetail/questionAnswerDetail",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/machineTranslateLog/machineTranslateLog",
"style" :
{
"navigationBarTitleText": "门禁同步日志",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/hcWebView/hcWebView",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle":"custom"
}
}
,{
"path" : "pages/hcWebViewRefresh/hcWebViewRefresh",
"style" :
{
"navigationBarTitleText": "用户鉴权",
"enablePullDownRefresh": false,
"navigationStyle":"custom"
}
}
,{
"path" : "pages/homemaking/homemaking",
"style" :
{
"navigationBarTitleText": "家政服务",
"enablePullDownRefresh": false,
"navigationStyle":"custom"
}
}
,{
"path" : "pages/myApplyRoom/myRoomList",
"style" :
{
"navigationBarTitleText": "选择房屋",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/myApplyRoom/myApplyRoomList",
"style" :
{
"navigationBarTitleText": "空置房申请记录",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/myApplyRoom/myApplyRoomDetail",
"style" :
{
"navigationBarTitleText": "空置房申请详情",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/openDoorByQrCode/openDoorByQrCode",
"style" :
{
"navigationBarTitleText": "二维码开门",
"enablePullDownRefresh": false,
"navigationStyle":"custom"
}
}
,{
"path" : "pages/tempCarFee/tempCarFee",
"style" :
{
"navigationBarTitleText": "停车费",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/myApplyRoom/myApplyRoomRecord",
"style" :
{
"navigationBarTitleText": "跟踪记录",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/myApplyRoom/myApplyRoomRecordDetail",
"style" :
{
"navigationBarTitleText": "跟踪记录详情",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/myAccount/myAccount",
"style" :
{
"navigationBarTitleText": "我的账户",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/myAccount/myAccountDetail",
"style" :
{
"navigationBarTitleText": "账户明细",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/my/myMenu",
"style" :
{
"navigationBarTitleText": "我",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/changeOwnerCommunity/changeOwnerCommunity",
"style" :
{
"navigationBarTitleText": "切换小区",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/roomFee/ownerCoupon",
"style" :
{
"navigationBarTitleText": "优惠卷",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/myAccount/myCoupons",
"style" :
{
"navigationBarTitleText": "我的优惠券",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/tempCarFee/tempCarCoupon",
"style" :
{
"navigationBarTitleText": "我的优惠券详情",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/unlicensedCarIn/unlicensedCarIn",
"style" :
{
"navigationBarTitleText": "无牌车入场",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/visit/addVisit",
"style" :
{
"navigationBarTitleText": "访客登记",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/visit/addVisitSuccess",
"style" :
{
"navigationBarTitleText": "登记成功",
"enablePullDownRefresh": false
}
}
],
"tabBar": {
"color": "#272636",
"selectedColor": "#00AA00",
"backgroundColor": "#fff",
"borderStyle": "black",
"midButton":{
"width":"75px",
"height":"75px",
"iconPath":"static/images/homekey.png",
"text":"开门",
"iconWidth":"45px"
},
"list": [{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "static/images/home.png",
"selectedIconPath": "static/images/home-selected.png"
},
{
"pagePath": "pages/homemaking/homemaking",
"text": "家政",
"iconPath": "static/images/rent.png",
"selectedIconPath": "static/images/rent-selected.png"
},
{
"pagePath": "pages/mall/mall",
"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下单独引用某个组件
},
"onReachBottonDistance":50
},
"condition": { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [{
"name": "", //模式名称
"path": "", //启动页面,必选
"query": "" //启动参数,在页面的onLoad函数里面得到
}]
},
"subPackages": []
}
微信
1
https://gitee.com/shjky_1_0/WechatOwnerService.git
git@gitee.com:shjky_1_0/WechatOwnerService.git
shjky_1_0
WechatOwnerService
HC小区业主版
master

搜索帮助