This commit is contained in:
xiaozhiyong
2023-05-06 15:45:59 +08:00
parent 2774be4bb9
commit 29ee331456
10 changed files with 821 additions and 159 deletions

View File

@@ -21,11 +21,11 @@
"titleNView": {
"autoBackButton": false
},
"bounce":"none" ,// 将回弹属性关掉,
"disableScroll": true
"bounce": "none", // 将回弹属性关掉,
"disableScroll": true
},
"navigationBarTitleText": ""
}
},
{
@@ -83,17 +83,17 @@
// }
// }
// ,{
// "path" : "pages/index/newindex",
// "style" :
// {
// "navigationBarTitleText": "",
// "enablePullDownRefresh": false
// }
// }
],
// ,{
// "path" : "pages/index/newindex",
// "style" :
// {
// "navigationBarTitleText": "",
// "enablePullDownRefresh": false
// }
// }
],
"subPackages": [{
"root": "salesRanking",
"pages": [{
@@ -111,40 +111,36 @@
"enablePullDownRefresh": false
}
},{
}, {
"path": "page/contribution/contribution",
"style": {
"navigationBarTitleText": "消费支出",
"enablePullDownRefresh": false
}
},{
}, {
"path": "page/rechargeRecord/rechargeRecord",
"style": {
"navigationBarTitleText": "充值记录",
"enablePullDownRefresh": false
}
} ,{
"path" : "page/orderQuantity/orderQuantity",
"style" :
{
"navigationBarTitleText": "订单",
"enablePullDownRefresh": false
}
}
,{
"path" : "page/index/enterpriseIndex",
"style" :
{
}, {
"path": "page/orderQuantity/orderQuantity",
"style": {
"navigationBarTitleText": "订单",
"enablePullDownRefresh": false
}
}, {
"path": "page/index/enterpriseIndex",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "企业动销",
"enablePullDownRefresh": true
}
}
]
}
}]
},
{
"root": "driverManagement",
@@ -309,90 +305,116 @@
}
}
]
]
},
{
"root": "priceAdjustmentTask",
"pages": [
{
"path": "page/index",
"style": {
"navigationBarTitleText": "调价任务",
"navigationStyle": "custom"
}
}, {
"path": "addTask/addTask",
"style": {
"navigationBarTitleText": "新增调价任务",
"enablePullDownRefresh": false
}
}
,{
"path" : "addTask/addTask",
"style" :
{
"navigationBarTitleText": "新增调价任务",
"enablePullDownRefresh": false
}
}
]
]
},
{
"root": "oilAccount",
"pages": [{
"path" : "page/accountRecharge/index",
"style" :
{
"navigationBarTitleText": "账户充值",
"path": "page/accountRecharge/index",
"style": {
"navigationBarTitleText": "账户充值",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
}
,{
"path" : "page/companyRecharge/index",
"style" :
{
"navigationBarTitleText": "公司充值",
"enablePullDownRefresh": false
}
}, {
"path": "page/companyRecharge/index",
"style": {
"navigationBarTitleText": "公司充值",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
}
,{
"path" : "page/companyRecharge/details",
"style" :
{
"navigationBarTitleText": "油站公司充值详情",
"enablePullDownRefresh": false
}
}
,{
"path" : "page/companyRecharge/add",
"style" :
{
"navigationBarTitleText": "油站公司充值",
"enablePullDownRefresh": false
}
}
,{
"path" : "page/accountRecharge/details",
"style" :
{
"navigationBarTitleText": "油站账户充值详情",
"enablePullDownRefresh": false
}
}
,{
"path" : "page/accountRecharge/add",
"style" :
{
"navigationBarTitleText": "油站账户充值(仅调回拨)",
"enablePullDownRefresh": false
}
}
]
"enablePullDownRefresh": false
}
}, {
"path": "page/companyRecharge/details",
"style": {
"navigationBarTitleText": "油站公司充值详情",
"enablePullDownRefresh": false
}
}, {
"path": "page/companyRecharge/add",
"style": {
"navigationBarTitleText": "油站公司充值",
"enablePullDownRefresh": false
}
}, {
"path": "page/accountRecharge/details",
"style": {
"navigationBarTitleText": "油站账户充值详情",
"enablePullDownRefresh": false
}
}, {
"path": "page/accountRecharge/add",
"style": {
"navigationBarTitleText": "油站账户充值(仅调回拨)",
"enablePullDownRefresh": false
}
}]
},
{
"root": "financialCenter",
"pages": [{
"path": "business/index",
"style": {
"navigationBarTitleText": "企业账户管理",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
}, {
"path": "serviceStation/index",
"style": {
"navigationBarTitleText": "油站账户管理",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "business/detail",
"style": {
"navigationBarBackgroundColor": "#2866FF",
"navigationBarTitleText": "企业账户管理",
"enablePullDownRefresh": false
}
},
{
"path": "serviceStation/detail",
"style": {
"navigationBarBackgroundColor": "#2866FF",
"navigationBarTitleText": "油站账户管理",
"enablePullDownRefresh": false
}
}
]
}
],
"globalStyle": {