Files
gmTouringMiniApp/src/pages.json
T

135 lines
3.6 KiB
JSON
Raw Normal View History

2026-07-30 16:04:34 +08:00
{
"permission": {
"scope.userLocation": {
"desc": "用于地图定位、行程优化和到点打卡判断"
2026-07-30 16:04:34 +08:00
}
},
"requiredPrivateInfos": [
"getLocation",
"startLocationUpdate",
"onLocationChange"
],
"lazyCodeLoading": "requiredComponents",
2026-07-30 16:04:34 +08:00
"easycom": {
"custom": {
"^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
"^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
"^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue"
}
},
"pages": [
{
"path": "pages/map/index",
"type": "home",
"layout": "map",
"style": {
"navigationBarTitleText": "光明文旅地图",
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTextStyle": "black",
"disableScroll": true
}
},
{
"path": "pages/assistant/index",
"type": "page",
"layout": "map",
"style": {
"navigationBarTitleText": "文旅助手",
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTextStyle": "black",
"backgroundColor": "#f4f8f6"
}
},
{
"path": "pages/check-in/index",
"type": "page",
"layout": "map",
"style": {
"navigationBarTitleText": "点位打卡",
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTextStyle": "black",
"backgroundColor": "#f4f8f6"
}
},
{
"path": "pages/check-in/records",
"type": "page",
"layout": "map",
"style": {
"navigationBarTitleText": "我的打卡",
2026-07-30 16:04:34 +08:00
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTextStyle": "black",
"backgroundColor": "#f4f8f6"
}
},
{
"path": "pages/itinerary/index",
"type": "page",
"layout": "map",
"style": {
"navigationBarTitleText": "推荐路线",
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTextStyle": "black",
"backgroundColor": "#f4f8f6"
}
},
{
"path": "pages/planner/index",
"type": "page",
"layout": "map",
"style": {
"navigationBarTitleText": "智能路线规划",
2026-07-30 16:04:34 +08:00
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTextStyle": "black",
"backgroundColor": "#f4f8f6"
}
},
{
"path": "pages/poi/detail",
"type": "page",
"layout": "map",
"style": {
"navigationBarTitleText": "点位详情",
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTextStyle": "black",
"backgroundColor": "#f5f7f6"
}
}
],
"globalStyle": {
"navigationBarBackgroundColor": "#ffffff",
"backgroundColor": "#f5f7f6",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "光明文旅地图",
"app-plus": {
"titleNView": false
}
},
"tabBar": {
"color": "#718078",
"selectedColor": "#167a5b",
"backgroundColor": "#ffffff",
"borderStyle": "white",
"list": [
{
"pagePath": "pages/map/index",
"text": "全域地图",
"iconPath": "static/tabbar/map.png",
"selectedIconPath": "static/tabbar/map-selected.png"
},
{
"pagePath": "pages/assistant/index",
"text": "文旅助手",
2026-07-30 16:04:34 +08:00
"iconPath": "static/tabbar/assistant.png",
"selectedIconPath": "static/tabbar/assistant-selected.png"
},
{
"pagePath": "pages/planner/index",
"text": "路线规划",
"iconPath": "static/tabbar/planner.png",
"selectedIconPath": "static/tabbar/planner-selected.png"
}
]
},
"subPackages": []
}