第一次提交

This commit is contained in:
caolc
2023-03-14 15:39:40 +08:00
parent d659190a9e
commit 0708de8d86
354 changed files with 15675 additions and 2683 deletions

View File

@@ -92,6 +92,7 @@
// }
// }
],
"subPackages": [{
"root": "salesRanking",
@@ -330,6 +331,66 @@
"enablePullDownRefresh": false
}
}
]
},
{
"root": "oilAccount",
"pages": [{
"path" : "page/accountRecharge/index",
"style" :
{
"navigationBarTitleText": "账户充值",
"navigationStyle": "custom",
"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
}
}
]
}