代码拉取完成,页面将自动刷新
{
"easycom": {
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
},
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/home/index",
"style": {
"navigationBarTitleText": "众维咨询",
"navigationBarBackgroundColor": "#3478f5",
"navigationStyle": "custom"
}
}, {
"path": "pages/customer/index",
"style": {
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#3478f5",
"navigationStyle": "custom",
"app-plus": {
"scrollIndicator": "none"
//下拉刷新样式
// "pullToRefresh": {
// "support": true,
// "color": "#3478f5", //小圈圈的颜色
// "style": "circle" //小圈圈的样式
// }
}
}
}, {
"path": "pages/order/index",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
}, {
"path": "pages/my/index",
"style": {
"enablePullDownRefresh": false,
"navigationBarTitleText": "我的信息",
"navigationBarBackgroundColor": "#3478f5"
}
}
],
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#3478f5",
"borderStyle": "black",
"backgroundColor": "#fafafa",
"list": [{
"pagePath": "pages/home/index",
"iconPath": "static/img/home.png",
"selectedIconPath": "static/img/selectHome.png",
"text": "首页"
}, {
"pagePath": "pages/customer/index",
"iconPath": "static/img/customer.png",
"selectedIconPath": "static/img/selectCustomer.png",
"text": "客户"
}, {
"pagePath": "pages/order/index",
"iconPath": "static/img/order.png",
"selectedIconPath": "static/img/selectOrder.png",
"text": "订单"
}, {
"pagePath": "pages/my/index",
"iconPath": "static/img/my.png",
"selectedIconPath": "static/img/selectMy.png",
"text": "账号"
}]
},
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "众维咨询",
"navigationBarBackgroundColor": "#007AFF",
"backgroundColor": "#F1F1F1",
"app-plus": {
"scrollIndicator": "none"
}
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。