星油云站
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

139 lines
2.8 KiB

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