海南旅游项目 前端仓库
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.
 
 
 
 

244 lines
5.0 KiB

{
"easycom": {
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
},
"pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页",
"navigationStyle": "custom",
"enablePullDownRefresh": true
}
},
{
"path": "pages/index/urlWeb"
},
{
"path": "pages/user/user",
"style": {
"navigationBarTitleText": "我的"
}
},
{
"path": "pages/search/search",
"style": {
"navigationBarTitleText": "搜索"
}
},
{
"path": "pages/shopmap/index",
"style": {
"navigationBarTitleText": "发现好产品"
}
},
{
"path": "pages/search/searchList",
"style": {
"navigationBarTitleText": "搜索列表"
}
},
{
"path": "pages/hot/index",
"style": {
"navigationBarTitleText": "人气爆款"
}
},
{
"path": "pages/notice/notice",
"style": {
"navigationBarTitleText": "公告详情"
}
},
{
"path": "pages/notice/article",
"style": {
"navigationBarTitleText": "文章"
}
},
{
"path": "pages/discover/discover",
"style": {
"navigationBarTitleText": "发现",
"navigationBarBackgroundColor": "#FFFFFF",
"enablePullDownRefresh": true
}
},
{
"path": "pages/order/confirm_atonce",
"style": {
"navigationBarTitleText": "立即支付"
}
},
{
"path": "pages/order/confirm_order",
"style": {
"navigationBarTitleText": "确认订单"
}
},
{
"path": "pages/order/confirm_fromorder",
"style": {
"navigationBarTitleText": "确认订单"
}
},
{
"path": "pages/order/order_details",
"style": {
"navigationBarTitleText": "订单详情"
}
},
{
"path": "pages/order/apply_refund",
"style": {
"navigationBarTitleText": "申请退款"
}
},
{
"path": "pages/order/refund_detail",
"style": {
"navigationBarTitleText": "退款详情"
}
},
{
"path": "pages/order/unpay_details",
"style": {
"navigationBarTitleText": "订单详情"
}
},
{
"path": "pages/order/order",
"style": {
"navigationBarTitleText": "我的订单",
"disableScroll": true
}
},
{
"path": "pages/payState/paystate",
"style": {
"navigationBarTitleText": "支付结果"
}
},
{
"path": "pages/goodsDetail/index",
"style": {
"navigationBarTitleText": "商品详情"
}
},
{
"path": "pages/activityList/index",
"style": {
"navigationBarTitleText": "专题活动",
"enablePullDownRefresh": true
}
},
{
"path": "pages/verification/index",
"style": {
"navigationBarTitleText": "核销权限"
}
},
{
"path": "pages/recommList/index",
"style": {
"navigationBarTitleText": "推荐",
"disableScroll": true,
"navigationBarBackgroundColor": "#FFFFFF"
}
},
{
"path": "pages/collect/index",
"style": {
"navigationBarTitleText": "我的收藏"
}
},
{
"path": "pages/message/index",
"style": {
"navigationBarTitleText": "消息中心",
"enablePullDownRefresh": true
}
},
{
"path": "pages/message/detail",
"style": {
"navigationBarTitleText": "消息详情"
}
},
{
"path": "pages/about/index",
"style": {
"navigationBarTitleText": "关于我们"
}
},
{
"path": "pages/about/register_agree",
"style": {
"navigationBarTitleText": "注册协议"
}
},
{
"path": "pages/about/buy_agree",
"style": {
"navigationBarTitleText": "购买协议"
}
},
{
"path": "pages/channel/index",
"style": {
"navigationBarTitleText": "添加频道"
}
},
{
"path": "pages/goodsList/index",
"style": {
"navigationBarTitleText": "商品列表"
}
},
{
"path": "pages/route/index",
"style": {
"navigationBarTitleText": "海南旅游"
}
},
{
"path": "pages/login/index",
"style": {
"navigationBarTitleText": "登录"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "海南旅游",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#999999",
"selectedColor": "#1998FE",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/tabbar/home.png",
"selectedIconPath": "static/tabbar/home-active.png",
"text": "首页"
},{
"pagePath": "pages/discover/discover",
"iconPath": "static/tabbar/find.png",
"selectedIconPath": "static/tabbar/find-active.png",
"text": "发现"
},{
"pagePath": "pages/recommList/index",
"iconPath": "static/tabbar/recomm.png",
"selectedIconPath": "static/tabbar/recomm-active.png",
"text": "推荐"
},{
"pagePath": "pages/user/user",
"iconPath": "static/tabbar/my.png",
"selectedIconPath": "static/tabbar/my-active.png",
"text": "我的"
}]
}
}