盐都小程序
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.

234 lines
4.7 KiB

1 year ago
{
"pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
1 year ago
"navigationStyle": "custom",
1 year ago
"navigationBarTitleText": "首页"
}
},
{
"path": "pages/map/map",
"style": {
"navigationBarTitleText": "地图"
}
},
{
"path": "pages/mall/mall",
"style": {
"navigationBarTitleText": "商城"
}
},
{
"path": "pages/user/user",
"style": {
1 year ago
"navigationStyle": "custom",
1 year ago
"navigationBarTitleText": "我的"
1 year ago
}
}
],
"subPackages": [{
"root": "subPackages",
"pages": [{
"path": "webPage/webPage",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false //
1 year ago
}
},
{
"path": "food/foodList",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
},
{
"path": "food/foodDetail",
"style": {
"navigationBarTitleText": "美食餐饮"
}
},
{
"path": "techan/techanList",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
},
1 year ago
{
"path": "techan/detail",
"style": {
"navigationBarTitleText": "文创特产详情"
}
},
{
"path": "techan/order",
"style": {
"navigationBarTitleText": "订单填写"
}
},
{
"path": "techan/selfPickUpPoint",
"style": {
"navigationBarTitleText": "选择自提点"
}
},
1 year ago
{
"path": "order/orderCoupon",
"style": {
"navigationBarTitleText": "选择优惠券"
}
},
{
"path": "line/lineList",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
1 year ago
},
{
"path": "eventCalendar/eventCalendar",
"style": {
1 year ago
"navigationBarTitleText": "活动日历",
"navigationStyle": "custom"
}
},
1 year ago
{
"path": "service/service",
"style": {
"navigationBarTitleText": "投诉举报"
}
},
{
"path": "user/profile",
"style": {
"navigationBarTitleText": "个人信息"
}
},
{
"path": "user/travelerList",
"style": {
"navigationBarTitleText": "常用信息"
}
},
{
"path": "ticketBooking/ticketBooking",
"style": {
"navigationBarTitleText": "门票预订",
"navigationStyle": "custom"
}
},
{
"path": "ticketBooking/detail",
"style": {
"navigationBarTitleText": "景区详情"
}
},
{
"path": "ticketBooking/order",
"style": {
"navigationBarTitleText": "门票预订"
}
},
{
"path": "hotelHomestay/hotelHomestay",
"style": {
"navigationBarTitleText": "酒店民宿",
"navigationStyle": "custom"
1 year ago
}
1 year ago
},
{
"path": "food/taocanDetail",
"style": {
"navigationBarTitleText": "套餐详情"
}
},
{
"path": "food/foodOrder",
"style": {
"navigationBarTitleText": "订单填写"
1 year ago
}
1 year ago
},
{
"path": "user/myContactsAdd",
"style": {
"navigationBarTitleText": "联系人信息"
}
},
{
"path": "user/myAddressAdd",
"style": {
"navigationBarTitleText": "收货地址"
}
},
{
"path" : "user/privacy",
"style" : {
"navigationBarTitleText" : "隐私管理"
}
},
{
"path" : "user/privacyInfo",
"style" : {
"navigationBarTitleText" : "详情"
}
},
{
"path" : "user/coupon",
"style" : {
"navigationBarTitleText" : "优惠券"
}
},
{
"path" : "user/collect",
"style" : {
"navigationBarTitleText" : "个人收藏"
}
}
]
}],
"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": "我的"
}
]
1 year ago
},
1 year ago
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}