Files
LSM_OIL_SITE/pages.json

121 lines
2.5 KiB
JSON
Raw Normal View History

2020-08-18 15:09:31 +08:00
{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
2020-09-04 09:20:45 +08:00
"path": "pages/startPage/startPage",
"style": {}
},{
2020-09-04 09:20:45 +08:00
"path": "pages/operation-analysis/operation-analysis",
"style": {
"enablePullDownRefresh": true
}
},{
"path" : "pages/operation-analysis/analysis/daily",
"style" : {
"enablePullDownRefresh": true
}
},{
"path": "pages/login/login",
"style": {
}
},{
"path": "pages/login/posLogin/posLogin",
"style": {}
}
,
{
2020-09-04 09:20:45 +08:00
"path": "pages/login/boforeLogin/boforeLogin",
"style": {}
}, {
2020-09-01 17:31:42 +08:00
"path": "pages/staff/editStaff/addUser",
"style": {}
2020-09-04 09:20:45 +08:00
}, {
2020-09-01 10:17:18 +08:00
"path": "pages/orderList/OrderDetail/OrderDetail",
"style": {}
2020-09-04 09:20:45 +08:00
}, {
2020-08-22 16:27:15 +08:00
"path": "pages/orderList/orderList",
"style": {}
2020-09-01 10:17:18 +08:00
}, {
"path": "pages/stationDetail/stationDetail",
"style": {}
}, {
2020-08-18 15:09:31 +08:00
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "星油",
"enablePullDownRefresh": true
2020-08-18 15:09:31 +08:00
}
2020-09-01 10:17:18 +08:00
}, {
"path": "pages/staff/List/List",
"style": {
"enablePullDownRefresh": true
}
},
{
2020-09-01 10:17:18 +08:00
"path": "pages/staff/editStaff/editStaff",
"style": {}
2020-08-18 18:17:09 +08:00
},
2020-09-04 09:20:45 +08:00
2020-09-01 10:17:18 +08:00
{
2020-09-01 10:17:18 +08:00
"path": "pages/qrcode/QrCode_xy",
"style": {}
},
2020-09-01 10:17:18 +08:00
{
"path": "pages/temp/temp",
"style": {}
},
{
"path": "pages/station-info/station-info",
"style": {}
},
{
"path": "pages/Auth/Auth",
"style": {}
2020-09-04 09:20:45 +08:00
}, {
"path": "pages/orderList/dailyOrder/dailyOrder",
"style": {}
}
,{
2020-09-04 09:20:45 +08:00
"path" : "pages/operation-analysis/analysis/analysis",
"style" : {}
},{
"path" : "pages/operation-analysis/analysis/monthly",
"style" : {
"enablePullDownRefresh": true
}
2020-09-04 09:20:45 +08:00
}
],
2020-08-18 15:09:31 +08:00
"globalStyle": {
"mp-alipay": {
/* */
"transparentTitle": "always",
"allowsBounceVertical": "NO"
},
2020-09-01 10:17:18 +08:00
"navigationBarBackgroundColor": "#FE0606",
"navigationBarTitleText": "星油云站",
2020-08-18 15:09:31 +08:00
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
},
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示" // 高速公路行驶持续后台定位
}
},
"condition": { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [{
"name": "", //模式名称
"path": "", //启动页面,必选
"query": "" //启动参数在页面的onLoad函数里面得到
}]
}
}