加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 2.04 KB
一键复制 编辑 原始数据 按行查看 历史
HZH 提交于 2020-12-30 17:34 . 1
{
"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"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化