This commit is contained in:
xiaozhiyong
2023-05-24 10:37:17 +08:00
parent de9a33d79c
commit 9a4d3de6ed
11 changed files with 1284 additions and 2 deletions

View File

@@ -414,6 +414,63 @@
}
]
},
{
"root": "userManagement",
"pages": [{
"path": "customer/index",
"style": {
"navigationBarTitleText": "客户运营系统用户信息",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
}, {
"path": "yunSite/index",
"style": {
"navigationBarTitleText": "星油云站用户信息",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "customer/detail",
"style": {
"navigationBarBackgroundColor": "#2866FF",
"navigationBarTitleText": "用户详情",
"enablePullDownRefresh": false
}
},
{
"path": "yunSite/detail",
"style": {
"navigationBarBackgroundColor": "#2866FF",
"navigationBarTitleText": "用户详情",
"enablePullDownRefresh": false
}
},
{
"path": "yunSite/components/serviceStation",
"style": {
"navigationBarTitleText": "请选择油站",
"enablePullDownRefresh": false
}
},
{
"path": "yunSite/components/auth",
"style": {
"navigationBarTitleText": "请选择权限",
"enablePullDownRefresh": false
}
}
]
}
],