{ "pages" : [ { "path" : "pages/index/index", "style" : { "navigationBarTitleText" : "智游常熟" } }, { "path" : "pages/user/user", "style" : { "navigationBarTitleText" : "我的", "navigationStyle" : "custom" } }, { "path" : "pages/map/map", "style" : { "navigationBarTitleText" : "智游常熟" } }, { "path" : "pages/login/login", "style" : { "navigationBarTitleText" : "智游常熟" } }, { "path" : "pages/webview/webview", "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" : "全部订单", "navigationStyle" : "custom" } }, { "path" : "order/detail", "style" : { "navigationBarTitleText" : "订单详情", "navigationStyle" : "custom" } }, { "path" : "order/orderPay", "style" : { "navigationBarTitleText" : "支付", "navigationStyle" : "custom" } }, { "path" : "eventCalendar/eventCalendar", "style" : { "navigationBarTitleText" : "活动日历" } }, // "navigationStyle": "custom" { "path" : "eventCalendar/detail", "style" : { "navigationBarTitleText" : "活动详情" } }, { "path" : "webPage/webPage", "style" : { "navigationBarTitleText" : "", "enablePullDownRefresh" : false } }, { "path" : "video/video", "style" : { "navigationBarTitleText" : "视频" } }, { "path" : "other/foodList", "style" : { "navigationBarTitleText" : "寻味常熟" } }, { "path" : "other/foodDetail", "style" : { "navigationBarTitleText" : "详情" } }, { "path" : "other/virtual", "style" : { "navigationBarTitleText" : "云游常熟" } }, { "path" : "other/gonggtcc", "style" : { "navigationBarTitleText" : "公共自行车" } }, { "path" : "other/consulting", "style" : { "navigationBarTitleText" : "咨询投诉", "navigationStyle" : "custom" } }, { "path" : "other/shusd", "style" : { "navigationBarTitleText" : "景区舒适度" } }, { "path" : "other/tingchechang", "style" : { "navigationBarTitleText" : "停车场" } }, { "path" : "other/fjtcc", "style" : { "navigationBarTitleText" : "公共服务" } }, { "path" : "other/gonggjt", "style" : { "navigationBarTitleText" : "公共交通" } }, { "path" : "other/feiyi", "style" : { "navigationBarTitleText" : "非遗手作" } }, { "path" : "other/foodCardtjyr", "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" : {} }