From 8ea19a6bb34daab1410f6186992a4c1e90299c92 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Wed, 14 Sep 2022 08:54:44 +0800
Subject: [PATCH] 服务器配置
---
pages.json | 62 +++++++++++++++++++++++++++---
1 files changed, 55 insertions(+), 7 deletions(-)
diff --git a/pages.json b/pages.json
index ebe2627..8947238 100644
--- a/pages.json
+++ b/pages.json
@@ -26,6 +26,14 @@
}
},
{
+ "path": "pages/registerUser/map",
+ "name": "registerUserMap",
+ "style": {
+ "navigationStyle": "custom", // 隐藏系统导航栏
+ "navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
+ }
+ },
+ {
"path": "pages/registerUser/idphoto",
"style": {
"navigationBarTitleText": "人脸识别",
@@ -106,9 +114,9 @@
{
"path": "pages/business/business",
"style": {
- "navigationBarTitleText": "工作台",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
+ "navigationBarTitleText": "行业圈",
+ "navigationBarBackgroundColor": "#103289",
+ "navigationBarTextStyle": "white"
}
},
{
@@ -350,7 +358,7 @@
"path": "pages/grabOrders/grabOrdersZAXC/grabOrders",
"name": "grabOrdersZAXC",
"style": {
- "navigationBarTitleText": "治安巡查",
+ "navigationBarTitleText": "治安防范巡查",
"navigationBarBackgroundColor": "#103289",
"navigationBarTextStyle": "white"
}
@@ -386,7 +394,7 @@
"path": "pages/grabOrders/grabOrdersZAYWXC/grabOrders",
"name": "grabOrdersZAYWXC",
"style": {
- "navigationBarTitleText": "治安义务宣传",
+ "navigationBarTitleText": "治安防范宣传",
"navigationBarBackgroundColor": "#103289",
"navigationBarTextStyle": "white"
}
@@ -640,14 +648,54 @@
}
},
{
- "path": "pages/exam/examReviewPage",
- "name": "examReviewPage",
+ "path": "pages/exam/examResultPage",
+ "name": "examResultPage",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
+ }, {
+ "path": "pages/grabOrders/taskCount/taskCount",
+ "style": {
+ "navigationBarTitleText": "查任务",
+ "navigationBarBackgroundColor": "#103289",
+ "navigationBarTextStyle": "white"
+ }
+
+ }, {
+ "path": "pages/grabOrders/personnelCount/personnelCount",
+ "style": {
+ "navigationBarTitleText": "人员统计",
+ "navigationBarBackgroundColor": "#103289",
+ "navigationBarTextStyle": "white"
+ }
+
+ },
+ {//压窗屏--就是一个普通的页面,去掉头尾和去掉左滑返回的透明页面
+ "path": "uview-ui/components/u-full-screen/u-full-screen",
+ "style": {
+ "navigationStyle": "custom", // 取消本页面的导航栏
+ "app-plus": {
+ "animationType": "fade-in", // 设置fade-in淡入动画,为最合理的动画类型
+ "background": "transparent", // 背景透明
+ "backgroundColor": "rgba(0,0,0,0)", // 背景透明
+ "popGesture": "none" // 关闭IOS屏幕左边滑动关闭当前页面的功能
+ }
+ }
+ },
+ {//压窗屏--就是一个普通的页面,去掉头尾和去掉左滑返回的透明页面
+ "path": "uview-ui/components/u-full-screen/u-full-xy",
+ "style": {
+ "navigationStyle": "custom", // 取消本页面的导航栏
+ "app-plus": {
+ "animationType": "fade-in", // 设置fade-in淡入动画,为最合理的动画类型
+ "background": "transparent", // 背景透明
+ "backgroundColor": "rgba(170, 255, 255, 0.0)", // 背景透明
+ "popGesture": "none" // 关闭IOS屏幕左边滑动关闭当前页面的功能
+ }
+ }
}
],
"globalStyle": { //将组件安装在项目的components目录下,并符合components/组件名称/组件名称.vue目录结构。可以不用引用、注册,直接在页面中使用。
--
Gitblit v1.9.3