时味苏州
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

3 years ago
{
"pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
4 months ago
"navigationBarTitleText": "首页",
"navigationStyle": "custom"
3 years ago
}
},
{
"path": "pages/user/user",
"style": {
4 months ago
"navigationBarTitleText": "我的",
"navigationStyle": "custom"
3 years ago
}
4 months ago
},
{
"path": "pages/map/map",
"style": {
"navigationBarTitleText": "uni-app"
}
},
{
"path": "pages/cart/cart",
"style": {
"navigationBarTitleText": "uni-app"
}
},
{
"path": "pages/coupon/coupon",
"style": {
"navigationBarTitleText": "uni-app"
}
3 years ago
}
],
3 years ago
"subPackages": [{
"root": "subPackages",
"pages": [
3 years ago
{
"path": "index",
"style": {
"navigationBarTitleText": "uni-app"
}
},
{
"path" : "video/video",
"style" : {
"navigationBarTitleText" : "视频"
}
4 months ago
},
4 months ago
{
"path": "ticket/index",
"style": {
4 months ago
"navigationBarTitleText": "田园采摘"
4 months ago
}
},
4 months ago
{
"path": "ticket/detail",
"style": {
"navigationBarTitleText": "详情"
}
},
4 months ago
{
"path": "ticket/order",
"style": {
"navigationBarTitleText": "提交订单"
4 months ago
}
},
4 months ago
{
"path": "techan/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "techan/detail",
"style": {
"navigationBarTitleText" : "详情"
}
},
{
"path": "techan/order",
"style": {
"navigationBarTitleText" : "详情"
}
},
{
"path": "techan/selfPickUpPoint",
"style": {
"navigationBarTitleText" : "选择自提点"
}
},
4 months ago
4 months ago
{
"path" : "line/index",
"style" : {
"navigationBarTitleText" : "精选线路"
}
4 months ago
},
{
"path" : "line/lineDetail",
"style" : {
"navigationBarTitleText" : "线路详情"
}
},
{
"path" : "line/order",
"style" : {
"navigationBarTitleText" : "填写订单"
}
4 months ago
},
{
"path" : "line/orders",
"style" : {
"navigationBarTitleText" : "填写订单"
}
4 months ago
},
{
"path" : "user/profile",
"style" : {
"navigationBarTitleText" : "个人信息"
}
},
{
"path": "user/changeNickname",
"style": {
"navigationBarTitleText": "修改姓名"
}
},
{
"path": "user/logout",
"style": {
"navigationBarTitleText": "注销账号"
}
},
{
"path": "user/coupon",
"style": {
"navigationBarTitleText": "优惠券"
}
},
{
"path": "order/orderCoupon",
"style": {
"navigationBarTitleText": "选择优惠券"
}
},
{
"path": "user/travelerList",
"style": {
"navigationBarTitleText": "常用信息"
}
},
{
"path": "user/myContactsAdd",
"style": {
"navigationBarTitleText": "联系人信息"
}
},
{
"path": "user/myAddressAdd",
"style": {
"navigationBarTitleText": "收货地址"
}
},
{
"path": "user/privacyInfo",
"style": {
"navigationBarTitleText": "详情"
}
},
{
"path": "order/trades",
"style": {
"navigationBarTitleText": "全部订单"
}
4 months ago
}
3 years ago
]
}],
3 years ago
"tabBar": {
4 months ago
"custom": true,
"color": "#666666",
"selectedColor": " #6A8A2D",
3 years ago
"borderStyle": "black",
"backgroundColor": "#ffffff",
"fontSize": "24rpx",
"height": "100rpx",
4 months ago
"iconWidth": "53rpx",
3 years ago
"list": [{
4 months ago
"pagePath": "pages/map/map",
"iconPath": "/static/images/map.png",
"selectedIconPath": "/static/images/selectMap.png",
4 months ago
"text": "特产地图",
"visible": false //APPH5
4 months ago
},
{
"pagePath": "pages/coupon/coupon",
"iconPath": "/static/images/coupon.png",
"selectedIconPath": "/static/images/selectCoupon.png",
4 months ago
"text": "领券中心",
"visible": false
4 months ago
},
{
3 years ago
"pagePath": "pages/index/index",
"iconPath": "/static/images/home.png",
"selectedIconPath": "/static/images/selectHome.png",
4 months ago
"text": "首页",
"visible": false
3 years ago
},
4 months ago
{
"pagePath": "pages/cart/cart",
"iconPath": "/static/images/cart.png",
"selectedIconPath": "/static/images/selectCart.png",
4 months ago
"text": "购物车",
"visible": false
4 months ago
},
3 years ago
{
"pagePath": "pages/user/user",
"iconPath": "/static/images/mine.png",
"selectedIconPath": "/static/images/selectMine.png",
4 months ago
"text": "我的",
"visible": false
3 years ago
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}