123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140 |
- {
- "pages": [
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "旅行",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/user/index",
- "style": {
- "navigationBarTitleText": "我的"
- }
- },
- {
- "path": "pages/planning/index",
- "style": {
- "navigationBarTitleText": "旅游规划"
- }
- },
- {
- "path": "pages/info/index",
- "style": {
- "navigationBarTitleText": "旅游信息查询"
- }
- },
- {
- "path": "pages/ai-assistant/index",
- "style": {
- "navigationBarTitleText": "AI行程助手",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/ai-assistant/simple",
- "style": {
- "navigationBarTitleText": "AI测试页面"
- }
- },
- {
- "path": "pages/custom-trip/map",
- "style": {
- "navigationBarTitleText": "自定义行程地图",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/custom-trip/plan-detail",
- "style": {
- "navigationBarTitleText": "定制行程",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/planning/all-trips",
- "style": {
- "navigationBarTitleText": "全部行程",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/travel-detail/index",
- "style": {
- "navigationBarTitleText": "行程详情",
- "navigationStyle": "custom"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "旅行",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "color": "#7A7E83",
- "selectedColor": "#3A9EEB",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [
- {
- "pagePath": "pages/index/index",
- "iconPath": "static/tab_travel_active.png",
- "selectedIconPath": "static/tab_travel.png",
- "text": "旅行"
- },
- {
- "pagePath": "pages/planning/index",
- "iconPath": "static/tab_planning_active.png",
- "selectedIconPath": "static/tab_planning.png",
- "text": "旅游规划"
- },
- {
- "pagePath": "pages/info/index",
- "iconPath": "static/tab_info_active.png",
- "selectedIconPath": "static/tab_info.png",
- "text": "信息查询"
- },
- {
- "pagePath": "pages/user/index",
- "iconPath": "static/tab_user_active.png",
- "selectedIconPath": "static/tab_user.png",
- "text": "我的"
- }
- ]
- },
- "easycom": {
- "autoscan": true,
- "custom": {
- "^uni-(.*)": "@/components/uni-$1/uni-$1.vue"
- }
- },
- "uniIdRouter": {},
- "h5": {
- "router": {
- "mode": "hash"
- }
- },
- "app-plus": {
- "distribute": {
- "sdkConfigs": {
- "oauth": {}
- }
- },
- "modules": {},
- "distribute": {
- "android": {
- "schemes": ["traveler"]
- },
- "ios": {
- "urltypes": [
- {
- "urlschemes": ["traveler"]
- }
- ]
- }
- }
- }
- }
|