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.
77 lines
1.5 KiB
77 lines
1.5 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"
|
|
}
|
|
}
|