111 lines
2.7 KiB
JSON
111 lines
2.7 KiB
JSON
{
|
|
"pages": [
|
|
{
|
|
"path": "pages/user/login",
|
|
"style": {
|
|
"navigationBarTitleText": "登录",
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
"app-plus": {
|
|
"titleNView": {
|
|
"autoBackButton": false
|
|
}
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/admins/permission-management",
|
|
"style": {
|
|
"navigationBarTitleText": "权限管理",
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarBackgroundColor": "#FFFFFF"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/admins/user-management",
|
|
"style": {
|
|
"navigationBarTitleText": "用户管理",
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarBackgroundColor": "#FFFFFF"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/admins/roles/index",
|
|
"style": {
|
|
"navigationBarTitleText": "角色管理",
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarBackgroundColor": "#FFFFFF"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/admins/sports/index",
|
|
"style": {
|
|
"navigationBarTitleText": "运动管理",
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarBackgroundColor": "#FFFFFF"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/admins/sports/notifications",
|
|
"style": {
|
|
"navigationBarTitleText": "运动通知",
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarBackgroundColor": "#FFFFFF"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/admins/sports/stats",
|
|
"style": {
|
|
"navigationBarTitleText": "运动统计",
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarBackgroundColor": "#FFFFFF"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/admins/users/detail",
|
|
"style": {
|
|
"navigationBarTitleText": "用户详情",
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarBackgroundColor": "#FFFFFF"
|
|
}
|
|
}
|
|
],
|
|
"tabBar": {
|
|
"color": "#ffffff",
|
|
"selectedColor": "#0000ff",
|
|
"borderStyle": "white",
|
|
"backgroundColor": "#ffffff",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/admin/dashboard",
|
|
"iconPath": "/static/image/tab-dashboard.png",
|
|
"selectedIconPath": "/static/image/tab-dashboard-active.png",
|
|
"text": "仪表板"
|
|
},
|
|
{
|
|
"pagePath": "pages/admin/users",
|
|
"iconPath": "/static/image/tab-user.png",
|
|
"selectedIconPath": "/static/image/tab-user-active.png",
|
|
"text": "用户"
|
|
},
|
|
{
|
|
"pagePath": "pages/admin/roles",
|
|
"iconPath": "/static/image/tab-roles.png",
|
|
"selectedIconPath": "/static/image/tab-roles-active.png",
|
|
"text": "角色"
|
|
},
|
|
{
|
|
"pagePath": "pages/admin/reports",
|
|
"iconPath": "/static/image/tab-reports.png",
|
|
"selectedIconPath": "/static/image/tab-reports-active.png",
|
|
"text": "报表"
|
|
}
|
|
]
|
|
},
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "AI监测",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8"
|
|
}
|
|
} |