You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

298 lines
5.4 KiB

7 months ago
{
"pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
},{
"path": "pages/fjtcc",
"style": {
"navigationBarTitleText": "公共服务"
// "navigationStyle": "custom"
}
},{
"path": "pages/tab/index/index",
"style": {
"navigationBarTitleText": "场馆预约"
}
},{
"path": "pages/tab/my/index",
"style": {
"navigationBarTitleText": "我的",
"disableScroll": true,
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/login/index",
"style": {
"navigationBarTitleText": "登录"
}
},
{
"path": "pages/search/index",
"style": {
"navigationBarTitleText": "搜索页面"
}
},
{
"path": "pages/map",
"style": {
"navigationBarTitleText": "夜游虞城"
}
}, {
"path": "pages/daohang",
"style": {
"navigationBarTitleText": "地图模式"
}
},
{
"path": "pages/dydl",
"style": {
"navigationBarTitleText": "导游导览"
}
},
{
"path": "pages/jqDet",
"style": {
"navigationBarTitleText": "畅游常熟"
}
}
],
"subPackages": [{
"root": "other",
"pages": [{
"path": "tianqi",
"style": {
"navigationBarTitleText": "天气"
}
},
{
"path": "allSearch",
"style": {
"navigationBarTitleText": "搜索"
}
},
{
"path": "foodList",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom" //
}
},
{
"path": "foodCard",
"style": {
"navigationBarTitleText": "详情"
}
},
{
"path": "pingjia/pingjiazx",
"style": {
"navigationBarTitleText": "评价" //
}
},
{
"path": "pingjia/pingjia",
"style": {
"navigationBarTitleText": "评价"
}
},
{
"path": "feiyi",
"style": {
"navigationBarTitleText": "非遗民俗"
}
},
{
"path": "virtual",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom" //
}
},
{
"path": "travelogue",
"style": {
"navigationBarTitleText": "游记攻略"
}
},
{
"path": "scenic",
"style": {
"navigationBarTitleText": "景区"
}
},
{
"path": "hotel",
"style": {
"navigationBarTitleText": "酒店"
}
},
{
"path": "festival",
"style": {
"navigationBarTitleText": "节庆活动"
}
},
{
"path": "theme",
"style": {
"navigationBarTitleText": "主题线路"
}
},
{
"path": "detailList",
"style": {
"navigationBarTitleText": "新闻"
}
},
{
"path": "720sny",
"style": {
"navigationBarTitleText": "虚拟游"
}
},
{
"path": "shusd",
"style": {
"navigationBarTitleText": "景区舒适度"
}
},
{
"path": "gonggjt",
"style": {
"navigationBarTitleText": "公共交通"
}
},
{
"path": "public",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom" //
}
},
{
"path": "hotel-detail/hotel-detail",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
},
{
"path": "consulting",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
},
{
"path": "gftjedit",
"style": {
"navigationBarTitleText": "线路详情"
}
}
]
},{
"root": "pagescs",
"pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
{
"path": "list/jdmp",
"style": {
"navigationBarTitleText": "景点门票"
}
}
]
}, {
"root": "pages/changguan/",
"pages": [{
"path": "detail/index",
"style": {
"navigationBarTitleText": "场馆详情"
}
}, {
"path": "reservation/index",
"style": {
"navigationBarTitleText": "预约"
}
}, {
"path": "comment/index",
"style": {
"navigationBarTitleText": "我要评论"
}
}]
}, {
"root": "pages/my/",
"pages": [{
"path": "myActivity/index",
"style": {
"navigationBarTitleText": "活动报名"
}
}, {
"path": "myReservation/index",
"style": {
"navigationBarTitleText": "场馆预约"
}
}, {
"path": "myCollect/index",
"style": {
"navigationBarTitleText": "我的收藏"
}
}, {
"path": "myComment/index",
"style": {
"navigationBarTitleText": "我的评论"
}
}]
}, {
"root": "pages/home/",
"pages": []
}, {
"root": "pages/activity/",
"pages": [{
"path": "course/index",
"style": {
"navigationBarTitleText": "活动历程"
}
}, {
"path": "detail/index",
"style": {
"navigationBarTitleText": "活动详情"
}
}, {
"path": "activity/index",
"style": {
"navigationBarTitleText": "活动"
}
}]
}],
"preloadRule": {
"other/tianqi": {
"network": "all",
"packages": ["other"]
}
},
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于位置接口的效果展示"
}
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"easycom": {
"autoscan": true,
"custom": {
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
}
}
}