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.
140 lines
2.8 KiB
140 lines
2.8 KiB
{
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "首页"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/map/map",
|
|
"style": {
|
|
"navigationBarTitleText": "地图"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/mall/mall",
|
|
"style": {
|
|
"navigationBarTitleText": "商城"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/user/user",
|
|
"style": {
|
|
"navigationBarTitleText": "我的"
|
|
}
|
|
}
|
|
],
|
|
"subPackages": [{
|
|
"root": "subPackages",
|
|
"pages": [{
|
|
"path": "webPage/webPage",
|
|
"style": {
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": false // 下拉刷新
|
|
}
|
|
},
|
|
{
|
|
"path": "food/foodList",
|
|
"style": {
|
|
"navigationBarTitleText": "",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "food/foodDetail",
|
|
"style": {
|
|
"navigationBarTitleText": "美食餐饮"
|
|
}
|
|
},
|
|
{
|
|
"path": "techan/techanList",
|
|
"style": {
|
|
"navigationBarTitleText": "",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "line/lineList",
|
|
"style": {
|
|
"navigationBarTitleText": "",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path" : "ticketBooking/ticketBooking",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "门票预订",
|
|
"navigationStyle":"custom"
|
|
}
|
|
},
|
|
{
|
|
"path" : "ticketBooking/detail",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "景区详情"
|
|
}
|
|
},
|
|
{
|
|
"path" : "ticketBooking/order",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "门票预订"
|
|
}
|
|
},
|
|
{
|
|
"path" : "hotelHomestay/hotelHomestay",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "酒店民宿",
|
|
"navigationStyle":"custom"
|
|
}
|
|
}
|
|
]
|
|
}],
|
|
"tabBar": {
|
|
"color": "#666666",
|
|
"selectedColor": "#71B580",
|
|
"borderStyle": "black",
|
|
"backgroundColor": "#ffffff",
|
|
// #ifdef APP-PLUS
|
|
"fontSize": "12px",
|
|
"height": "50px",
|
|
"iconWidth": "20px",
|
|
// #endif
|
|
"list": [{
|
|
"pagePath": "pages/index/index",
|
|
"iconPath": "/static/images/index.png",
|
|
"selectedIconPath": "/static/images/index_HL.png",
|
|
"text": "首页"
|
|
},
|
|
{
|
|
"pagePath": "pages/map/map",
|
|
"iconPath": "/static/images/map.png",
|
|
"selectedIconPath": "/static/images/map_HL.png",
|
|
"text": "地图"
|
|
},
|
|
{
|
|
"pagePath": "pages/mall/mall",
|
|
"iconPath": "/static/images/mall.png",
|
|
"selectedIconPath": "/static/images/mall_HL.png",
|
|
"text": "商城"
|
|
},
|
|
{
|
|
"pagePath": "pages/user/user",
|
|
"iconPath": "/static/images/user.png",
|
|
"selectedIconPath": "/static/images/user_HL.png",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
},
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "uni-app",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"uniIdRouter": {}
|
|
}
|