80%
This commit is contained in:
24
pages.json
24
pages.json
@ -13,6 +13,8 @@
|
||||
{
|
||||
"path": "pages/monitor/monitor",
|
||||
"style": {
|
||||
"navigationStyle": "custom", // 隐藏系统导航栏
|
||||
"navigationBarTextStyle": "white", // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
||||
"navigationBarTitleText": "视频监控",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
@ -21,6 +23,8 @@
|
||||
{
|
||||
"path": "pages/attendance/attendance",
|
||||
"style": {
|
||||
"navigationStyle": "custom", // 隐藏系统导航栏
|
||||
"navigationBarTextStyle": "white", // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
||||
"navigationBarTitleText": "考勤管理",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
@ -29,7 +33,9 @@
|
||||
"path": "pages/personal/personal",
|
||||
"style": {
|
||||
"navigationBarTitleText": "个人中心",
|
||||
"enablePullDownRefresh": false
|
||||
"enablePullDownRefresh": false,
|
||||
"navigationStyle": "custom", // 隐藏系统导航栏
|
||||
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
||||
}
|
||||
|
||||
}, {
|
||||
@ -70,6 +76,22 @@
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
|
||||
}, {
|
||||
"path": "pages/monitor/site-detail/site-detail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "场地详情",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
|
||||
}, {
|
||||
"path": "pages/attendance/attendance_detail/attendance_detail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "",
|
||||
"enablePullDownRefresh": false,
|
||||
"navigationStyle": "custom", // 隐藏系统导航栏
|
||||
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
||||
}
|
||||
|
||||
}
|
||||
],
|
||||
"globalStyle": {
|
||||
|
Reference in New Issue
Block a user