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.
99 lines
2.2 KiB
99 lines
2.2 KiB
{
|
|
"easycom": {
|
|
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
|
|
},
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": "首页",
|
|
"navigationStyle": "custom",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/user/user",
|
|
"style": {
|
|
"navigationBarTitleText": "我的"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/notice/notice",
|
|
"style": {
|
|
"navigationBarTitleText": "公告详情"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/notice/article",
|
|
"style": {
|
|
"navigationBarTitleText": "文章"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/discover/discover",
|
|
"style": {
|
|
"navigationBarTitleText": "发现"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/order/confirm_order",
|
|
"style": {
|
|
"navigationBarTitleText": "确认订单"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/payState/paystate",
|
|
"style": {
|
|
"navigationBarTitleText": "支付结果"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/goodsDetail/index",
|
|
"style": {
|
|
"navigationBarTitleText": "商品详情"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/activityList/index",
|
|
"style": {
|
|
"navigationBarTitleText": "专题活动",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/recommList/index",
|
|
"style": {
|
|
"navigationBarTitleText": "推荐",
|
|
"disableScroll": true
|
|
}
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "海南旅游",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"tabBar": {
|
|
"color": "#333333",
|
|
"selectedColor": "#FE9903",
|
|
"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/order.png",
|
|
"selectedIconPath": "static/tabbar/order-active.png",
|
|
"text": "发现"
|
|
},{
|
|
"pagePath": "pages/recommList/index",
|
|
"iconPath": "static/tabbar/order.png",
|
|
"selectedIconPath": "static/tabbar/order-active.png",
|
|
"text": "推荐"
|
|
}]
|
|
}
|
|
}
|