{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "navigationBarTitleText": "智游常熟" } }, { "path": "pages/user/user", "style": { "navigationStyle": "custom", "navigationBarTitleText": "我的" } }, { "path": "pages/map/map", "style": { "navigationStyle": "custom", "navigationBarTitleText": "智游常熟" } }, { "path": "pages/login/login", "style": { "navigationBarTitleText": "常熟文旅" } } ], "subPackages": [{ "root": "subPackages", "pages": [ { "path": "index", "style": { "navigationBarTitleText": "uni-app" } }, { "path": "rim/rimList", "style": { "navigationBarTitleText": "常熟周边" } }, { "path": "peripheralActivity/peripheralActivity", "style": { "navigationBarTitleText": "周边特惠活动" } }, { "path": "venue/venueList", "style": { "navigationBarTitleText": "场馆预约" } }, { "path": "venue/venueDetail", "style": { "navigationBarTitleText": "场馆详情" } }, { "path": "venue/venueOrder", "style": { "navigationBarTitleText": "订单填写" } }, { "path": "service/service", "style": { "navigationBarTitleText": "投诉建议" } }, { "path": "user/profile", "style": { "navigationBarTitleText": "个人信息" } }, { "path": "user/bindTel", "style": { "navigationBarTitleText": "修改手机号" } }, { "path": "user/changeNickname", "style": { "navigationBarTitleText": "修改姓名" } }, { "path": "user/travelerList", "style": { "navigationBarTitleText": "常用信息" } }, { "path": "user/myContactsAdd", "style": { "navigationBarTitleText": "常用联系人" } }, { "path": "user/myAddressAdd", "style": { "navigationBarTitleText": "收货地址" } }, { "path": "user/privacy", "style": { "navigationBarTitleText": "详情" } }, { "path": "user/privacyInfo", "style": { "navigationBarTitleText": "详情" } }, { "path": "user/coupon", "style": { "navigationBarTitleText": "优惠券" } }, { "path": "order/trades", "style": { "navigationBarTitleText": "全部订单" } }, { "path": "order/detail", "style": { "navigationBarTitleText": "订单详情", "navigationStyle": "custom" } }, { "path": "order/orderPay", "style": { "navigationBarTitleText": "支付" } }, { "path": "eventCalendar/eventCalendar", "style": { "navigationBarTitleText": "活动日历" // "navigationStyle": "custom" } }, { "path": "eventCalendar/detail", "style": { "navigationBarTitleText": "活动详情" } }, { "path": "webPage/webPage", "style": { "navigationBarTitleText": "", "enablePullDownRefresh": false } }, { "path": "video/video", "style": { "navigationBarTitleText": "视频" } } ] }], "tabBar": { "color": "#999999", "selectedColor": "#00AEA0", "borderStyle": "black", "backgroundColor": "#ffffff", "fontSize": "24rpx", "height": "100rpx", "iconWidth": "40rpx", "list": [{ "pagePath": "pages/index/index", "iconPath": "/static/images/home.png", "selectedIconPath": "/static/images/selectHome.png", "text": "首页" }, { "pagePath": "pages/map/map", "iconPath": "/static/images/map.png", "selectedIconPath": "/static/images/selectMap.png", "text": "地图" }, { "pagePath": "pages/user/user", "iconPath": "/static/images/mine.png", "selectedIconPath": "/static/images/selectMine.png", "text": "我的" } ] }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "uniIdRouter": {} }