{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "navigationBarTitleText": "首页", "navigationStyle": "custom" } }, { "path": "pages/user/user", "style": { "navigationBarTitleText": "我的", "navigationStyle": "custom" } }, { "path": "pages/map/map", "style": { "navigationBarTitleText": "uni-app" } }, { "path": "pages/cart/cart", "style": { "navigationBarTitleText": "uni-app" } }, { "path": "pages/coupon/coupon", "style": { "navigationBarTitleText": "uni-app" } } ], "subPackages": [{ "root": "subPackages", "pages": [ { "path": "index", "style": { "navigationBarTitleText": "uni-app" } }, { "path" : "video/video", "style" : { "navigationBarTitleText" : "视频" } }, { "path": "ticket/index", "style": { "navigationBarTitleText": "田园采摘" } }, { "path": "ticket/detail", "style": { "navigationBarTitleText": "详情" } }, { "path": "ticket/order", "style": { "navigationBarTitleText": "提交订单" } }, { "path": "techan/index", "style": { "navigationStyle": "custom" } }, { "path": "techan/detail", "style": { "navigationBarTitleText" : "详情" } }, { "path": "techan/order", "style": { "navigationBarTitleText" : "详情" } }, { "path": "techan/selfPickUpPoint", "style": { "navigationBarTitleText" : "选择自提点" } }, { "path" : "line/index", "style" : { "navigationBarTitleText" : "精选线路" } }, { "path" : "line/lineDetail", "style" : { "navigationBarTitleText" : "线路详情" } }, { "path" : "line/order", "style" : { "navigationBarTitleText" : "填写订单" } }, { "path" : "line/orders", "style" : { "navigationBarTitleText" : "填写订单" } }, { "path" : "user/profile", "style" : { "navigationBarTitleText" : "个人信息" } }, { "path": "user/changeNickname", "style": { "navigationBarTitleText": "修改姓名" } }, { "path": "user/logout", "style": { "navigationBarTitleText": "注销账号" } }, { "path": "user/coupon", "style": { "navigationBarTitleText": "优惠券" } }, { "path": "order/orderCoupon", "style": { "navigationBarTitleText": "选择优惠券" } }, { "path": "user/travelerList", "style": { "navigationBarTitleText": "常用信息" } }, { "path": "user/myContactsAdd", "style": { "navigationBarTitleText": "联系人信息" } }, { "path": "user/myAddressAdd", "style": { "navigationBarTitleText": "收货地址" } }, { "path": "user/privacyInfo", "style": { "navigationBarTitleText": "详情" } }, { "path": "order/trades", "style": { "navigationBarTitleText": "全部订单" } }, { "path": "homestay/index", "style": { "navigationBarTitleText": "特色民宿" } }, { "path": "homestay/detail", "style": { "navigationBarTitleText": "特色民宿" } }, { "path": "homestay/policy", "style": { "navigationBarTitleText": "设施/政策" } }, { "path": "homestay/order", "style": { "navigationBarTitleText": "订单填写" } } ] }], "tabBar": { "custom": true, "color": "#666666", "selectedColor": " #6A8A2D", "borderStyle": "black", "backgroundColor": "#ffffff", "fontSize": "24rpx", "height": "100rpx", "iconWidth": "53rpx", "list": [{ "pagePath": "pages/map/map", "iconPath": "/static/images/map.png", "selectedIconPath": "/static/images/selectMap.png", "text": "特产地图", "visible": false //隐藏底部菜单栏,仅支持APP和H5 }, { "pagePath": "pages/coupon/coupon", "iconPath": "/static/images/coupon.png", "selectedIconPath": "/static/images/selectCoupon.png", "text": "领券中心", "visible": false }, { "pagePath": "pages/index/index", "iconPath": "/static/images/home.png", "selectedIconPath": "/static/images/selectHome.png", "text": "首页", "visible": false }, { "pagePath": "pages/cart/cart", "iconPath": "/static/images/cart.png", "selectedIconPath": "/static/images/selectCart.png", "text": "购物车", "visible": false }, { "pagePath": "pages/user/user", "iconPath": "/static/images/mine.png", "selectedIconPath": "/static/images/selectMine.png", "text": "我的", "visible": false } ] }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "uniIdRouter": {} }