This commit is contained in:
xiaozhiyong
2023-11-07 16:14:20 +08:00
parent cb566136ed
commit d4d20013f0
16 changed files with 1584 additions and 175 deletions

View File

@@ -393,13 +393,36 @@
{
"root": "financialCenter",
"pages": [{
"path": "business/index",
"path": "enterprise/account/index",
"style": {
"navigationBarTitleText": "企业账户管理",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
}, {
"path": "enterprise/account/detail",
"style": {
"navigationBarBackgroundColor": "#2866FF",
"navigationBarTitleText": "企业账户管理",
"enablePullDownRefresh": false
}
}, {
"path": "enterprise/recharge/index",
"style": {
"navigationBarTitleText": "企业充值",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
}, {
"path": "enterprise/recharge/selEnterprise",
"style": {
"navigationBarTitleText": "请选择公司",
"enablePullDownRefresh": false
}
}, {
"path": "serviceStation/index",
"style": {
@@ -409,15 +432,7 @@
}
},
{
"path": "business/detail",
"style": {
"navigationBarBackgroundColor": "#2866FF",
"navigationBarTitleText": "公司账户管理",
"enablePullDownRefresh": false
}
},
{
"path": "serviceStation/detail",
"style": {
@@ -425,7 +440,7 @@
"navigationBarTitleText": "油站账户管理",
"enablePullDownRefresh": false
}
}
]
@@ -439,7 +454,7 @@
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "customer/detail",
@@ -448,7 +463,7 @@
"navigationBarTitleText": "用户详情",
"enablePullDownRefresh": false
}
},
{
"path": "customer/components/company",
@@ -456,7 +471,7 @@
"navigationBarTitleText": "请选择公司",
"enablePullDownRefresh": false
}
},
{
"path": "customer/components/auth",
@@ -464,18 +479,18 @@
"navigationBarTitleText": "请选择权限",
"enablePullDownRefresh": false
}
},{
}, {
"path": "yunSite/index",
"style": {
"navigationBarTitleText": "星油云站用户信息",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "yunSite/detail",
"style": {
@@ -483,7 +498,7 @@
"navigationBarTitleText": "用户详情",
"enablePullDownRefresh": false
}
},
{
"path": "yunSite/components/serviceStation",
@@ -491,7 +506,7 @@
"navigationBarTitleText": "请选择油站",
"enablePullDownRefresh": false
}
},
{
"path": "yunSite/components/auth",
@@ -499,9 +514,9 @@
"navigationBarTitleText": "请选择权限",
"enablePullDownRefresh": false
}
}
]
}
],