| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "授权中",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/home/home",
- "style": {
- "navigationBarTitleText": "靖安民宿",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "pages/my/my",
- "style": {
- "navigationBarTitleText": "我的",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/search/search",
- "style": {
- "navigationBarTitleText": "服务大厅",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/setMeal/setMeal",
- "style": {
- "navigationBarTitleText": "精品套餐",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/set/set",
- "style": {
- "navigationBarTitleText": "设置",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/common/common",
- "style": {
- "navigationBarTitleText": "常用旅客",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/addOrEdit/addOrEdit",
- "style": {
- "navigationBarTitleText": "添加旅客",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/orderManage/orderManage",
- "style": {
- "navigationBarTitleText": "订单",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "pages/detail/detail",
- "style": {
- "navigationBarTitleText": "民宿详情",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/detailInfo/detailInfo",
- "style": {
- "navigationBarTitleText": "设施详情",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/pay/pay",
- "style": {
- "navigationBarTitleText": "支付订单",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/affirmOrder/affirmOrder",
- "style": {
- "navigationBarTitleText": "民宿名称",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/orderDetail/orderDetail",
- "style": {
- "navigationBarTitleText": "订单详情",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/payStatus/payStatus",
- "style": {
- "navigationBarTitleText": "支付订单",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/shouquan/shouquan",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/shop/shop",
- "style": {
- "navigationBarTitleText": "我是商户",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/binding/binding",
- "style": {
- "navigationBarTitleText": "账户绑定",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/shopInfo/shopInfo",
- "style": {
- "navigationBarTitleText": "我是商户",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/push/push",
- "style": {
- "navigationBarTitleText": "订单详情",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- }, {
- "path": "pages/shop2/shop2",
- "style": {
- "navigationBarTitleText": "我是业主",
- "enablePullDownRefresh": false
- }
- }
- ],
- "tabBar": {
- "color": "#A6A6A6",
- "selectedColor": "#096562",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [{
- "pagePath": "pages/home/home",
- "iconPath": "static/images/index.png",
- "selectedIconPath": "static/images/index-active.png",
- "text": "首页"
- },
- // {
- // "pagePath": "pages/setMeal/setMeal",
- // "iconPath": "static/images/setMeal.png",
- // "selectedIconPath": "static/images/setMeal-active.png",
- // "text": "套餐"
- // },
- // {
- // "pagePath": "pages/search/search",
- // "iconPath": "static/images/search.png",
- // "selectedIconPath": "static/images/search-active.png",
- // "text": "服务"
- // },
- {
- "pagePath": "pages/my/my",
- "iconPath": "static/images/my.png",
- "selectedIconPath": "static/images/my-active.png",
- "text": "我的"
- }
- ]
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "靖安民宿",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {}
- }
|