123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- // 登录页面
- {
- "path": "pages/login/login",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "WeChat",
- "app-plus": {
- "titleNView": false
- },
- "navigationBarTextStyle": "black"
- }
- },
- //
- {
- "path": "pages/authentication/city",
- "style": {
- "navigationBarTitleText": "认证房屋",
- // "app-plus":{"titleNView":false},
- "navigationBarTextStyle": "black"
- }
- },
- // 首页
- {
- "path": "pages/index/index",
- "style": {
- "navigationStyle": "custom",
- // "app-plus":{"titleNView":false}
- "enablePullDownRefresh":true
- }
- },
- //定位城市
- {
- "path": "pages/authentication/authentication",
- "style": {
- "navigationBarTitleText": "认证房屋",
- // "app-plus":{"titleNView":false},
- "navigationBarTextStyle": "black"
- }
- },
- // 在线投诉
- {
- "path": "pages/complain/index",
- "style": {
- "navigationBarTitleText": "在线投诉",
- "navigationBarTextStyle": "black"
- }
- },
- // 投诉成功完成
- {
- "path": "pages/complain/compalinSuccess",
- "style": {
- "navigationBarTitleText": "我要投诉",
- "navigationBarTextStyle": "black"
- }
- },
- // 报修成功完成
- {
- "path": "pages/onlineRpair/repairSuccess",
- "style": {
- "navigationBarTitleText": "我要报修",
- "navigationBarTextStyle": "black"
- }
- },
- // 投诉评价
- {
- "path": "pages/complain/evaluateCompalin",
- "style": {
- "navigationStyle": "custom",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- // 我要投诉
- {
- "path": "pages/complain/wantCompalin",
- "style": {
- "navigationStyle": "custom",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- // 报修评价完成
- {
- "path": "pages/onlineRpair/evalueSuccess",
- "style": {
- "navigationBarTitleText": "评价",
- "navigationBarTextStyle": "black"
- }
- },
- // 我的评价
- {
- "path": "pages/onlineRpair/repairsEvaluate",
- "style": {
- "navigationStyle": "custom",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- // 我要保修
- {
- "path": "pages/onlineRpair/wantRepair",
- "style": {
- "navigationStyle": "custom",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- // 在线保修
- {
- "path": "pages/onlineRpair/index",
- "style": {
- "navigationBarTitleText": "在线报修",
- "navigationBarTextStyle": "black"
- }
- },
- // 一键开门
- {
- "path": "pages/openDoor/openDoor",
- "style": {
- "navigationBarTitleText": "一键开门",
- "navigationBarTextStyle": "black",
- "enablePullDownRefresh":true
- }
- },
- // 解锁记录
- {
- "path": "pages/openDoor/openDoorList",
- "style": {
- "navigationBarTitleText": "解锁记录",
- "navigationBarTextStyle": "black",
- "enablePullDownRefresh":true
- }
- },
- // 开门码
- {
- "path": "pages/visitor/doorCode",
- "style": {
- "navigationStyle": "custom",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- // 历史记录
- {
- "path": "pages/visitor/historyList",
- "style": {
- "navigationBarTitleText": "历史记录",
- "navigationBarTextStyle": "black"
- }
- },
- // 认证房屋审核成功
- {
- "path": "pages/authentication/checkSuccess",
- "style": {
- "navigationBarTitleText": "审核成功",
- "navigationBarTextStyle": "black"
- }
- },
- // 认证房屋审核中
- {
- "path": "pages/authentication/checkIng",
- "style": {
- "navigationBarTitleText": "审核中",
- "navigationBarTextStyle": "black"
- }
- },
- //家人关怀
- {
- "path": "pages/family/family",
- "style": {
- "navigationStyle": "custom",
- "app-plus": {
- "titleNView": false
- },
- "enablePullDownRefresh":true
- }
- },
- // 注册页面
- {
- "path": "pages/register/register",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "WeChat",
- "app-plus": {
- "titleNView": false
- },
- "navigationBarTextStyle": "black"
- }
- },
- //邻里圈
- {
- "path": "pages/circle/circles",
- "style": {
- "navigationStyle": "custom",
- "app-plus": {
- "titleNView": false
- },
- "enablePullDownRefresh":true
- }
- },
- //发布邻里圈
- {
- "path": "pages/circle/publish",
- "style": {
- "navigationBarTitleText": "发布邻里圈",
- "navigationBarTextStyle": "black"
- }
- },
- //我的
- {
- "path": "pages/mine/mine",
- "style": {
- "navigationStyle": "custom",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- //个人资料
- {
- "path": "pages/mine/myInfo",
- "style": {
- "navigationBarTitleText": "个人资料",
- "navigationBarTextStyle": "black"
- }
- },
- //我的汽车
- {
- "path": "pages/mine/myCar",
- "style": {
- "navigationBarTitleText": "我的汽车",
- "navigationBarTextStyle": "black",
- "disableScroll":true
- }
- },
- //我的电动车
- {
- "path": "pages/mine/myBike",
- "style": {
- "navigationBarTitleText": "我的电动车",
- "navigationBarTextStyle": "black",
- "disableScroll":true
- }
- },
- //汽车通行记录
- {
- "path": "pages/mine/carList",
- "style": {
- "navigationBarTitleText": "通行记录",
- "navigationBarTextStyle": "black",
- "disableScroll":true
- }
- },
- //绑定新车辆
- {
- "path": "pages/mine/addCar",
- "style": {
- "navigationBarTitleText": "绑定新的车辆",
- "navigationBarTextStyle": "black"
- }
- },
- //我的房屋
- {
- "path": "pages/mine/myHouse",
- "style": {
- "navigationBarTitleText": "我的房屋",
- "navigationBarTextStyle": "black",
- "enablePullDownRefresh":true
- }
- },
- //我的房屋
- {
- "path": "pages/index/changeHouse",
- "style": {
- "navigationBarTitleText": "我的房屋",
- "navigationBarTextStyle": "black"
- }
- },
- //人脸模板
- {
- "path": "pages/mine/face",
- "style": {
- "navigationStyle": "custom",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- //我的家人
- {
- "path": "pages/mine/family",
- "style": {
- "navigationBarTitleText": "我的家人",
- "navigationBarTextStyle": "black",
- // "disableScroll":true,
- "app-plus":{
- "bounce":"none"
- }
- }
- },
- //添加家人信息
- {
- "path": "pages/mine/addFamily",
- "style": {
- "navigationBarTitleText": "我的家人",
- "navigationBarTextStyle": "black"
- }
- },
- //我的消息
- {
- "path": "pages/mine/message",
- "style": {
- "navigationBarTitleText": "我的消息",
- "navigationBarTextStyle": "black"
- }
- },
- // 选择小区
- {
- "path": "pages/authentication/selectHouse",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "WeChat",
- "app-plus": {
- "titleNView": false
- },
- "navigationBarTextStyle": "black"
- }
- },
- // 授权登录
- {
- "path": "pages/login/authorization",
- "style": {
- "navigationBarTitleText": "授权登录",
- "navigationBarTextStyle": "black"
- }
- },
- // 物业公告
- {
- "path": "pages/index/more",
- "style": {
- "navigationBarTitleText": "物业公告",
- "navigationBarTextStyle": "black",
- "enablePullDownRefresh":true
- }
- },
- // 物业公告详情
- {
- "path": "pages/index/detail",
- "style": {
- "navigationStyle": "custom",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- // 访客密码
- {
- "path": "pages/index/visitorPass",
- "style": {
- "navigationStyle": "custom",
- "app-plus": {
- "titleNView": false
- }
- }
- }
- ],
- "tabBar": {
- "color": "#8a8a8a",
- "selectedColor": "#298AFD",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [{
- "pagePath": "pages/index/index",
- "text": "首页",
- "iconPath": "static/tab_home_nor@2x.png",
- "selectedIconPath": "static/tab_home_set@2x.png"
- },
- {
- "pagePath": "pages/family/family",
- "text": "家人关怀",
- "iconPath": "static/tab_care_nor@2x.png",
- "selectedIconPath": "static/tab_care_set@2x.png"
- },
- {
- "pagePath": "pages/circle/circles",
- "text": "邻里圈",
- "iconPath": "static/tab_circle_nor@2x.png",
- "selectedIconPath": "static/tab_circle_set@2x.png"
- },
- {
- "pagePath": "pages/mine/mine",
- "text": "我的",
- "iconPath": "static/tab_my_nor@2x.png",
- "selectedIconPath": "static/tab_my_set@2x.png"
- }
- ]
- },
- "navigateToMiniProgramAppIdList": ["wx68bb6c19ba719554"],
- "permission": {
- "scope.userLocation": {
- "desc": "你的位置信息将用于小程序位置接口的效果展示" // 高速公路行驶持续后台定位
- }
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "condition": { //模式配置,仅开发期间生效
- "current": 0, //当前激活的模式(list 的索引项)
- "list": [{
- "name": "", //模式名称
- "path": "", //启动页面,必选
- "query": "" //启动参数,在页面的onLoad函数里面得到
- }]
- }
- }
|