1 Star 0 Fork 580

JackieZhao123 / 停车场系统小程序

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pages.json 3.24 KB
一键复制 编辑 原始数据 按行查看 历史
wangdefu 提交于 2020-08-05 11:23 . 第一版源代码
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"app-plus":{
"titleNView":false//禁用原生导航栏
}
}
},
{
"path": "pages/my/my",
"style": {
"app-plus":{
"titleNView":false//禁用原生导航栏
}
}
}
,{
"path" : "pages/payment/payment",
"style" : {
"navigationStyle": "custom"
}
}
,{
"path" : "pages/parkingRecord/parkingRecord",
"style" : {
"navigationBarBackgroundColor":"#ffffff",
"navigationBarTitleText":"停车记录",
"backgroundColorTop":"#ffffff",
"backgroundColorBottom":"#ffffff"
}
}
,{
"path" : "pages/paymentOnBehalf/paymentOnBehalf",
"style" : {"navigationStyle": "custom"}
}
,{
"path" : "pages/myCar/myCar",
"style" : {"navigationStyle": "custom"}
}
,{
"path" : "pages/addCar/addCar",
"style" : {"navigationStyle": "custom"}
}
,{
"path" : "pages/myCoupon/myCoupon",
"style" : {"navigationStyle": "custom"}
}
,{
"path" : "pages/orderDetails/orderDetails",
"style" : {"navigationStyle": "custom"}
}
,{
"path" : "pages/othersPayment/othersPayment",
"style" : {"navigationStyle": "custom"}
}
,{
"path" : "pages/newUI/setMealList/setMealList",
"style" : {
"navigationBarBackgroundColor":"#ffffff",
"navigationBarTitleText":"套餐列表",
"backgroundColorTop":"#ffffff",
"backgroundColorBottom":"#ffffff"
}
}
,{
"path" : "pages/newUI/parkingSearch/parkingSearch",
"style" : {
"navigationBarBackgroundColor":"#ffffff",
"navigationBarTitleText":"查询停车场",
"backgroundColorTop":"#ffffff",
"backgroundColorBottom":"#ffffff"
}
}
,{
"path" : "pages/newUI/parkingDetails/parkingDetails",
"style" : {
"navigationBarBackgroundColor":"#ffffff",
"navigationBarTitleText":"预约车位",
"backgroundColorTop":"#ffffff",
"backgroundColorBottom":"#ffffff"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "停车系统",
"navigationBarBackgroundColor": "#007AFF",
"backgroundColor": "#007AFF",
"color": "#808080"
},
"tabBar": {
"color": "#808080",
"selectedColor": "#007AFF",
"iconWidth": "28px",
"list": [{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "static/images/icon_tab_one_no.png",
"selectedIconPath": "static/images/icon_tab_one_yes.png"
},
{
"pagePath": "pages/my/my",
"text": "我的",
"iconPath": "static/images/icon_tab_four_no.png",
"selectedIconPath": "static/images/icon_tab_four_yes.png"
}
]
},
"condition" : { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [
{
"name": "", //模式名称
"path": "", //启动页面,必选
"query": "" //启动参数,在页面的onLoad函数里面得到
}
]
}
}
JavaScript
1
https://gitee.com/jackiezhao111/parking_system_applet.git
git@gitee.com:jackiezhao111/parking_system_applet.git
jackiezhao111
parking_system_applet
停车场系统小程序
master

搜索帮助