{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "navigationBarTitleText": "尚腾汽车养护管家" // "iconPath": "./static/1.2.png", // "selectedIconPath": "./static/1.png", } }, { "path": "pages/contents/contents", "style": { "navigationBarTitleText": "宝贝详情", "navigationBarTextStyle": "white" } }, { "path": "pages/bookcontent/bookcontent", "style": { "navigationBarTitleText": "免责声明", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#151515" } }, { "path": "pages/detail/detail", "style": { "navigationBarTitleText": "详情信息" } }, { "path": "pages/indexContent/indexContent", "style": { "navigationBarTitleText": "VIP特权卡激活" } }, { "path": "pages/makeAnAppointment/makeAnAppointment", "style": { "navigationBarTitleText": "车辆管理", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#151515" } }, { "path": "pages/PayMoney/PayMoney", "style": { "navigationBarTitleText": "申请提现", "enablePullDownRefresh": false } }, { "path": "pages/zhiwen-share/zhiwen-share", "style": { "navigationBarTitleText": "推广分享", "enablePullDownRefresh": false } }, { "path": "pages/userDetail/userDetail", "style": { "navigationBarTitleText": "用户明细", "enablePullDownRefresh": false } }, { "path": "pages/addcommiss/addcommiss", "style": { "navigationBarTitleText": "添加专员", "enablePullDownRefresh": false } }, { "path": "pages/login/login", "style": { "navigationBarTitleText": "登录系统", "enablePullDownRefresh": false } }, { "path": "pages/map/map", "style": { "navigationBarTitleText": "地图" } }, { "path": "pages/personalinfo/personalinfo", "style": { "navigationBarTitleText": "我的", "enablePullDownRefresh": false } }, { "path": "pages/evaluate/evaluate", "style": { "navigationBarTitleText": "用户评价", "enablePullDownRefresh": false } }, { "path": "pages/evaluate/resultEvaluate/resultEvaluate", "style": { "navigationBarTitleText": "评价信息", "enablePullDownRefresh": false } }, { "path": "pages/homepage/homepage", "style": { "navigationBarTitleText": "视频展示", "enablePullDownRefresh": false } }, { "path": "pages/my/my", "style": { "navigationBarTitleText": "尚腾汽车养护管家" } }, { "path": "pages/vehicleinformation/vehicleinformation", "style": { "navigationBarTitleText": "专员客户预约记录明细", "enablePullDownRefresh": false } }, { "path": "pages/vehicle/vehicle", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "pages/reflect/reflect", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "pages/customer/customer", "style": { "navigationBarTitleText": "客户预约记录明细", "enablePullDownRefresh": false } }, { "path": "pages/commissioner/commissioner", "style": { "navigationBarTitleText": "专员客户明细", "enablePullDownRefresh": false } }, { "path": "pages/commissioner/commissionerdetail/commissionerdetail", "style": { "navigationBarTitleText": "专员客户预约记录明细", "enablePullDownRefresh": false } }, { "path": "pages/record/record", "style": { "navigationBarTitleText": "领取记录", "enablePullDownRefresh": false } }, { "path": "pages/PullDownPop-up/PullDownPop-up", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "pages/preservation/preservation", "style": { "navigationBarTitleText": "预约", "enablePullDownRefresh": false } }, { "path": "pages/wyPromotion/wyPromotion", "style": { "navigationBarTitleText": "尚腾汽车养护管家", "enablePullDownRefresh": false } } ], "permission": { "scope.userLocation": { "desc": "你的位置信息将用于小程序位置接口的效果展示" // 高速公路行驶持续后台定位 } }, // --------------------------------- "tabBar": { "color": "#7A7E83", "selectedColor": "#e3b776", "borderStyle": "black", "backgroundColor": "#111212", "list": [{ "pagePath": "pages/index/index", "iconPath": "static/1.2.png", "selectedIconPath": "static/1.png", "text": "预约" }, { "pagePath": "pages/evaluate/evaluate", "iconPath": "static/aa.png", "selectedIconPath": "static/aa1.png", "text": "评价" }, { "pagePath": "pages/homepage/homepage", "iconPath": "static/2.2.png", "selectedIconPath": "static/2.png", "text": "视频展示" }, { "pagePath": "pages/my/my", "iconPath": "static/3.3.png", "selectedIconPath": "static/3.png", "text": "我的" }] }, // ----------------------------------- "globalStyle": { "navigationBarTextStyle": "white", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#343434", "backgroundColor": "#1c1c1c" }, "condition": { //模式配置,仅开发期间生效 "current": 0, //当前激活的模式(list 的索引项) "list": [{ "name": "", //模式名称 "path": "pages/index/index", //启动页面,必选 "query": "" //启动参数,在页面的onLoad函数里面得到 }] } }