2026-07-30 16:04:34 +08:00
|
|
|
{
|
|
|
|
|
"permission": {
|
|
|
|
|
"scope.userLocation": {
|
2026-07-31 12:50:14 +08:00
|
|
|
"desc": "用于地图定位、行程优化和到点打卡判断"
|
2026-07-30 16:04:34 +08:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"requiredPrivateInfos": [
|
|
|
|
|
"getLocation",
|
|
|
|
|
"startLocationUpdate",
|
|
|
|
|
"onLocationChange"
|
|
|
|
|
],
|
2026-07-31 12:50:14 +08:00
|
|
|
"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": {
|
2026-07-31 12:50:14 +08:00
|
|
|
"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": {
|
2026-07-30 16:33:39 +08:00
|
|
|
"navigationBarTitleText": "智能路线规划",
|
2026-07-30 16:04:34 +08:00
|
|
|
"navigationBarBackgroundColor": "#ffffff",
|
|
|
|
|
"navigationBarTextStyle": "black",
|
|
|
|
|
"backgroundColor": "#f4f8f6"
|
|
|
|
|
}
|
2026-08-03 10:45:28 +08:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/poi/detail",
|
|
|
|
|
"type": "page",
|
|
|
|
|
"layout": "map",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "点位详情",
|
|
|
|
|
"navigationBarBackgroundColor": "#ffffff",
|
|
|
|
|
"navigationBarTextStyle": "black",
|
|
|
|
|
"backgroundColor": "#f5f7f6"
|
|
|
|
|
}
|
2026-07-30 16:04:34 +08:00
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"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",
|
2026-07-31 12:50:14 +08:00
|
|
|
"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"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
2026-08-03 09:21:23 +08:00
|
|
|
"subPackages": [
|
|
|
|
|
{
|
|
|
|
|
"root": "pages-poi",
|
|
|
|
|
"pages": [
|
|
|
|
|
{
|
2026-08-03 11:08:39 +08:00
|
|
|
"path": "poi-detail",
|
2026-08-03 09:21:23 +08:00
|
|
|
"type": "page",
|
|
|
|
|
"layout": "map",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "点位详情",
|
|
|
|
|
"navigationBarBackgroundColor": "#ffffff",
|
|
|
|
|
"navigationBarTextStyle": "black",
|
|
|
|
|
"backgroundColor": "#f5f7f6"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
2026-07-30 16:04:34 +08:00
|
|
|
}
|