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.
255 lines
5.2 KiB
255 lines
5.2 KiB
3 years ago
|
{
|
||
|
"easycom": {
|
||
|
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
|
||
|
},
|
||
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||
|
{
|
||
|
"path": "pages/index/index",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "星油",
|
||
|
"enablePullDownRefresh": true,
|
||
|
"navigationStyle":"custom"
|
||
|
}
|
||
|
}, {
|
||
|
"path": "pages/stationDetail/stationDetail",
|
||
|
"style": {}
|
||
|
},{
|
||
|
"path": "pages/login/boforeLogin/boforeLogin",
|
||
|
"style": {}
|
||
|
}, {
|
||
|
"path": "pages/station-info/scan-camera/scan-camera",
|
||
|
"style": {}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/startPage/startPage",
|
||
|
"style": {}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/station-info/station-info",
|
||
|
"style": {}
|
||
|
}, {
|
||
|
"path": "pages/login/login",
|
||
|
"style": {
|
||
|
|
||
|
}
|
||
|
}, {
|
||
|
"path": "pages/login/posLogin/posLogin",
|
||
|
"style": {}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/Auth/Auth",
|
||
|
"style": {}
|
||
|
}, {
|
||
|
"path": "pages/test/test",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "",
|
||
|
"enablePullDownRefresh": false
|
||
|
}
|
||
|
|
||
|
}, {
|
||
|
"path": "pages/stationDetail/ZYSite",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "",
|
||
|
"enablePullDownRefresh": false
|
||
|
}
|
||
|
|
||
|
}, {
|
||
|
"path": "pages/stationDetail/OrderStatus",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "",
|
||
|
"enablePullDownRefresh": false
|
||
|
}
|
||
|
|
||
|
}, {
|
||
|
"path": "pages/stationDetail/openStationDetail",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "",
|
||
|
"enablePullDownRefresh": false
|
||
|
}
|
||
|
|
||
|
}, {
|
||
|
"path": "pages/TransactionStatistics/TransactionStatistics",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "",
|
||
|
"enablePullDownRefresh": true
|
||
|
}
|
||
|
}
|
||
|
,{
|
||
|
"path" : "pages/escalation/escalation",
|
||
|
"style" :
|
||
|
{
|
||
|
"navigationBarTitleText": "对账上报",
|
||
|
"enablePullDownRefresh": false,
|
||
|
"navigationStyle":"default"
|
||
|
}
|
||
|
|
||
|
}
|
||
|
],
|
||
|
"subPackages": [{
|
||
|
"root": "packageOrders",
|
||
|
"pages": [{
|
||
|
"path": "pages/orderList/OrderDetail/OrderDetail",
|
||
|
"style": {}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/orderList/orderList",
|
||
|
"style": {}
|
||
|
}, {
|
||
|
"path": "pages/orderList/dailyOrder/dailyOrder",
|
||
|
"style": {}
|
||
|
}
|
||
|
// {
|
||
|
// "path": "pages/printTicket/printTicket",
|
||
|
// "style": {}
|
||
|
// }
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"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
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
} ,
|
||
|
{
|
||
|
"root": "packageSecurity",
|
||
|
"pages": [{
|
||
|
"path": "changePhone/changePhone",
|
||
|
"style": {}
|
||
|
},
|
||
|
{
|
||
|
"path": "changePhone/auth",
|
||
|
"style": {}
|
||
|
},
|
||
|
{
|
||
|
"path": "setPassword/setPassword",
|
||
|
"style": {}
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"root": "packageStaff",
|
||
|
"pages": [{
|
||
|
"path": "pages/staff/List/List",
|
||
|
"style": {
|
||
|
"enablePullDownRefresh": true
|
||
|
}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/staff/editStaff/editStaff",
|
||
|
"style": {}
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/staff/editStaff/addUser",
|
||
|
"style": {}
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
|
||
|
{
|
||
|
"root": "packageQr",
|
||
|
"pages": [{
|
||
|
"path": "pages/partnership/partnership",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "",
|
||
|
"enablePullDownRefresh": false
|
||
|
}
|
||
|
|
||
|
}, {
|
||
|
"path": "pages/partnership/partner-group/partner-group",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "",
|
||
|
"enablePullDownRefresh": true
|
||
|
}
|
||
|
|
||
|
}, {
|
||
|
"path": "pages/partnership/join-qr/join-qr",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "",
|
||
|
"enablePullDownRefresh": true
|
||
|
}
|
||
|
|
||
|
},
|
||
|
{
|
||
|
"path": "pages/qrsite/QrCode_xy",
|
||
|
"style": {}
|
||
|
}
|
||
|
]
|
||
|
|
||
|
},
|
||
|
{
|
||
|
"root": "packageTest",
|
||
|
"pages": [{
|
||
|
"path": "temp/temp",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "",
|
||
|
"enablePullDownRefresh": false
|
||
|
}
|
||
|
|
||
|
}, {
|
||
|
"path": "test/test",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "",
|
||
|
"enablePullDownRefresh": true
|
||
|
}
|
||
|
|
||
|
}, {
|
||
|
"path": "wallet/record/record",
|
||
|
"style": {
|
||
|
"navigationBarTitleText": "",
|
||
|
"enablePullDownRefresh": true
|
||
|
}
|
||
|
|
||
|
}]
|
||
|
}
|
||
|
|
||
|
],
|
||
|
|
||
|
"globalStyle": {
|
||
|
"mp-alipay": {
|
||
|
/* 支付宝小程序特有相关 */
|
||
|
"transparentTitle": "always",
|
||
|
"allowsBounceVertical": "NO"
|
||
|
},
|
||
|
"navigationBarBackgroundColor": "#FE0606",
|
||
|
"navigationBarTitleText": "星油云站",
|
||
|
"navigationStyle": "custom",
|
||
|
"navigationBarTextStyle": "white"
|
||
|
},
|
||
|
"permission": {
|
||
|
"scope.userLocation": {
|
||
|
"desc": "你的位置信息将用于小程序位置接口的效果展示" // 高速公路行驶持续后台定位
|
||
|
}
|
||
|
},
|
||
|
"condition": { //模式配置,仅开发期间生效
|
||
|
"current": 0, //当前激活的模式(list 的索引项)
|
||
|
"list": [{
|
||
|
"name": "", //模式名称
|
||
|
"path": "", //启动页面,必选
|
||
|
"query": "" //启动参数,在页面的onLoad函数里面得到
|
||
|
}]
|
||
|
},
|
||
|
"window": { // 开发者可在 app.json 配置 renderingMode 关闭同层来规避此问题。
|
||
|
"renderingMode": "seperated"
|
||
|
}
|
||
|
|
||
|
|
||
|
}
|