60 lines
1.4 KiB
JSON
60 lines
1.4 KiB
JSON
{
|
|
"pages": [
|
|
{
|
|
"path": "pages/mall/admin/index",
|
|
"style": {
|
|
"navigationBarTitleText": "管理后台",
|
|
"navigationStyle": "custom"
|
|
}
|
|
}
|
|
],
|
|
"subPackages": [
|
|
{
|
|
"root": "pages/mall",
|
|
"pages": [
|
|
{
|
|
"path": "admin/user-management",
|
|
"style": {
|
|
"navigationBarTitleText": "用户管理",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "admin/product-management",
|
|
"style": {
|
|
"navigationBarTitleText": "商品管理",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "admin/order-management",
|
|
"style": {
|
|
"navigationBarTitleText": "订单管理",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "admin/finance-management",
|
|
"style": {
|
|
"navigationBarTitleText": "财务管理",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "admin/user-statistics",
|
|
"style": {
|
|
"navigationBarTitleText": "用户统计",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "admin/system-settings",
|
|
"style": {
|
|
"navigationBarTitleText": "系统设置",
|
|
"navigationStyle": "custom"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |