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 | 66 +++++++++++++++++++++-----------
1 files changed, 43 insertions(+), 23 deletions(-)
diff --git a/pages.json b/pages.json
index 1b5e2f1..8947238 100644
--- a/pages.json
+++ b/pages.json
@@ -358,7 +358,7 @@
"path": "pages/grabOrders/grabOrdersZAXC/grabOrders",
"name": "grabOrdersZAXC",
"style": {
- "navigationBarTitleText": "治安巡查",
+ "navigationBarTitleText": "治安防范巡查",
"navigationBarBackgroundColor": "#103289",
"navigationBarTextStyle": "white"
}
@@ -394,7 +394,7 @@
"path": "pages/grabOrders/grabOrdersZAYWXC/grabOrders",
"name": "grabOrdersZAYWXC",
"style": {
- "navigationBarTitleText": "治安义务宣传",
+ "navigationBarTitleText": "治安防范宣传",
"navigationBarBackgroundColor": "#103289",
"navigationBarTextStyle": "white"
}
@@ -656,28 +656,48 @@
"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屏幕左边滑动关闭当前页面的功能
+ }
+ }
}
- ,{
- "path" : "pages/grabOrders/taskCount/taskCount",
- "style" :
- {
- "navigationBarTitleText": "查任务",
- "navigationBarBackgroundColor": "#103289",
- "navigationBarTextStyle": "white"
- }
-
- }
- ,{
- "path" : "pages/grabOrders/personnelCount/personnelCount",
- "style" :
- {
- "navigationBarTitleText": "人员统计",
- "navigationBarBackgroundColor": "#103289",
- "navigationBarTextStyle": "white"
- }
-
- }
- ],
+ ],
"globalStyle": { //将组件安装在项目的components目录下,并符合components/组件名称/组件名称.vue目录结构。可以不用引用、注册,直接在页面中使用。
"autoscan": true
},
--
Gitblit v1.9.3