2 Star 3 Fork 2

领程工场/电动车智能充电桩-用户端-前端源码

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pages.json 2.67 KB
一键复制 编辑 原始数据 按行查看 历史
macOS 提交于 2021-12-29 12:18 . init project
{
"easycom": {
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
},
"pages": [
// {
// "path": "pages/login/login",
// "style": {
// "navigationBarTitleText": "",
// "enablePullDownRefresh": false
// }
// },
{
"path": "pages/index/index",
"style": {
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/Charging-pile/find",
"style": {
"navigationBarTitleText": "寻找电站",
"enablePullDownRefresh": true,
"navigationStyle": "custom"
}
},
{
"path": "pages/Charging-pile/topUp-center",
"style": {
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/Charging-pile/order-list",
"style": {
"navigationBarTitleText": "订单列表",
"enablePullDownRefresh": false
}
}, {
"path": "pages/Charging-pile/order-detail",
"style": {
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/Charging-pile/input",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
},
{
"path": "pages/Charging-pile/status",
"style": {
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}
,{
"path" : "pages/Charging-pile/select-port",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}
,{
"path" : "pages/login/loginwechat",
"style" :
{
"navigationBarTitleText": "登录",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/Charging-pile/payinfo",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "口袋智家",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"condition": { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [{
"name": "", //模式名称
"path": "", //启动页面,必选
"query": "" //启动参数,在页面的onLoad函数里面得到
}]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/bytedev_root/charging-pile-user-fe.git
git@gitee.com:bytedev_root/charging-pile-user-fe.git
bytedev_root
charging-pile-user-fe
电动车智能充电桩-用户端-前端源码
master

搜索帮助