加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 2.05 KB
一键复制 编辑 原始数据 按行查看 历史
Abby 提交于 2021-11-25 22:04 . 修改首页及充电桩显示页面
{
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录",
"enablePullDownRefresh": true
}
},{
"path": "pages/tabBar/home/home",
"style": {
"navigationBarTitleText": "首页",
"enablePullDownRefresh": true
}
},{
"path": "pages/tabBar/personal/personal",
"style": {
"navigationBarTitleText": "我的",
"enablePullDownRefresh": true
}
},{
"path": "pages/myOrder/myOrder",
"style": {
"navigationBarTitleText": "我的订单",
"enablePullDownRefresh": true
}
},{
"path": "pages/feedBack/feedBack",
"style": {
"navigationBarTitleText": "意见反馈",
"enablePullDownRefresh": true
}
},{
"path": "pages/lockOpen/lockOpen",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},{
"path" : "pages/myMessage/myMessage",
"style" : {
"navigationBarTitleText": "反馈回复",
"enablePullDownRefresh": true
}
},{
"path" : "pages/cabinetDetails/cabinetDetails",
"style" : {
"navigationBarTitleText": "充电柜详情",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#4387ca",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#007AFF",
"borderStyle": "black",
"backgroundColor": "#F8F8F8",
"list": [{
"pagePath": "pages/tabBar/home/home",
"iconPath": "static/home.png",
"selectedIconPath": "static/home-select.png",
"text": "首页"
},
{
"pagePath": "pages/tabBar/personal/personal",
"iconPath": "static/personal.png",
"selectedIconPath": "static/personal-select.png",
"text": "我的"
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化