From 48e1358e326c4d99358f059e626c5104e845472f Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Sun, 04 Jul 2021 14:26:17 +0800
Subject: [PATCH] JQ已完成跳转 任务详情

---
 pages.json |   82 +++++++++++++++++++++++------------------
 1 files changed, 46 insertions(+), 36 deletions(-)

diff --git a/pages.json b/pages.json
index f05d561..59aa506 100644
--- a/pages.json
+++ b/pages.json
@@ -28,7 +28,7 @@
 			"style": {
 				"navigationBarTitleText": "",
 				"navigationBarBackgroundColor": "#0BB9C8",
-				"navigationBarTextStyle":"white"
+				"navigationBarTextStyle": "white"
 			}
 		},
 		{
@@ -37,7 +37,7 @@
 			"style": {
 				"navigationBarTitleText": "关于我们",
 				"navigationBarBackgroundColor": "#0BB9C8",
-				"navigationBarTextStyle":"white"
+				"navigationBarTextStyle": "white"
 			}
 		},
 		{
@@ -46,7 +46,7 @@
 			"style": {
 				"navigationBarTitleText": "系统设置",
 				"navigationBarBackgroundColor": "#0BB9C8",
-				"navigationBarTextStyle":"white"
+				"navigationBarTextStyle": "white"
 			}
 		},
 		{
@@ -63,15 +63,15 @@
 			"style": {
 				"navigationBarTitleText": "隐私政策",
 				"navigationBarBackgroundColor": "#0BB9C8",
-				"navigationBarTextStyle":"white"
+				"navigationBarTextStyle": "white"
 			}
 		},
 		{
 			"path": "pages/business/business",
 			"style": {
 				"navigationBarTitleText": "工作台",
-				"navigationBarBackgroundColor":"#0BB9C8",
-				"navigationBarTextStyle":"white"
+				"navigationBarBackgroundColor": "#0BB9C8",
+				"navigationBarTextStyle": "white"
 			}
 		},
 		{
@@ -119,8 +119,8 @@
 			"name": "reported",
 			"style": {
 				"navigationBarTitleText": "我要报",
-				"app-plus":{
-					"titleNView":false
+				"app-plus": {
+					"titleNView": false
 				}
 			}
 		},
@@ -132,17 +132,17 @@
 			}
 		},
 		{
-		    "path" : "components/submit/submit",
-		    "style" : {}
+			"path": "components/submit/submit",
+			"style": {}
 		},
 		{
 			"path": "pages/groupChat/chating",
 			"name": "chating",
 			"style": {
 				"navigationBarTitleText": "聊天室2",
-				"navigationStyle":"custom",
-				"app-plus":{
-					"titleNView":false
+				"navigationStyle": "custom",
+				"app-plus": {
+					"titleNView": false
 				}
 			}
 		},
@@ -151,9 +151,9 @@
 			"name": "chatingcopy",
 			"style": {
 				"navigationBarTitleText": "聊天室2",
-				"navigationStyle":"custom",
-				"app-plus":{
-					"titleNView":false
+				"navigationStyle": "custom",
+				"app-plus": {
+					"titleNView": false
 				}
 			}
 		},
@@ -196,8 +196,8 @@
 			"path": "pages/article/article",
 			"style": {
 				"navigationBarTitleText": "资讯",
-				"navigationBarBackgroundColor":"#0BB9C8",
-				"navigationBarTextStyle":"white"
+				"navigationBarBackgroundColor": "#0BB9C8",
+				"navigationBarTextStyle": "white"
 			}
 		},
 		{
@@ -226,8 +226,8 @@
 			"name": "workbench",
 			"style": {
 				"navigationBarTitleText": "我要巡",
-				"app-plus":{
-					"titleNView":false
+				"app-plus": {
+					"titleNView": false
 				}
 			}
 		},
@@ -243,7 +243,7 @@
 			"style": {
 				"navigationBarTitleText": "群防任务",
 				"navigationBarBackgroundColor": "#0cd7e5",
-				"navigationBarTextStyle":"white"
+				"navigationBarTextStyle": "white"
 			}
 		},
 		{
@@ -266,8 +266,8 @@
 			"style": {
 				"navigationBarTitleText": "打卡签到",
 				"navigationBarBackgroundColor": "#25262E",
-				"app-plus":{
-					"titleNView":false
+				"app-plus": {
+					"titleNView": false
 				}
 			}
 		},
@@ -283,7 +283,17 @@
 			"name": "mapJQtijiao",
 			"style": {
 				"navigationBarTitleText": "处理结果",
-				"navigationBarBackgroundColor": "#0cd7e5"
+				"navigationBarBackgroundColor": "#0cd7e5",
+				"navigationBarTextStyle": "white"
+			}
+		},
+		{
+			"path": "pages/poput/alarmOver/alarmOver",
+			"name": "alarmOver",
+			"style": {
+				"navigationBarTitleText": "任务详情",
+				"navigationBarBackgroundColor": "#0cd7e5",
+				"navigationBarTextStyle": "white"
 			}
 		},
 		{
@@ -305,7 +315,7 @@
 			}
 		}
 	],
-	"globalStyle": {//将组件安装在项目的components目录下,并符合components/组件名称/组件名称.vue目录结构。可以不用引用、注册,直接在页面中使用。
+	"globalStyle": { //将组件安装在项目的components目录下,并符合components/组件名称/组件名称.vue目录结构。可以不用引用、注册,直接在页面中使用。
 		"autoscan": true
 	},
 	"tabBar": {
@@ -317,7 +327,7 @@
 				"text": "首页",
 				"iconPath": "static/tabbar/index01.png",
 				"selectedIconPath": "static/tabbar/index02.png"
-			},{
+			}, {
 				"pagePath": "pages/article/article",
 				"text": "资讯",
 				"iconPath": "static/tabbar/article.png",
@@ -339,14 +349,14 @@
 		]
 	},
 	"globalStyle": { // 不能在globalStyle中设置隐藏头部导航栏,否则聊天页面的头部栏会不显示,在pages中设置titleNView为false就可以隐藏头部导航栏了
-	        "navigationBarTextStyle": "black",
-	        "navigationBarTitleText": "hello",
-	        "navigationBarBackgroundColor": "#fff",
-	        "backgroundColor": "#f7f7f7",
-	        "backgroundTextStyle":"light",
-	        "pageOrientation":"portrait", //横屏配置,屏幕旋转设置
-	        "app-plus": {
-	            "bounce": "none"
-	        }
-	    }
+		"navigationBarTextStyle": "black",
+		"navigationBarTitleText": "hello",
+		"navigationBarBackgroundColor": "#fff",
+		"backgroundColor": "#f7f7f7",
+		"backgroundTextStyle": "light",
+		"pageOrientation": "portrait", //横屏配置,屏幕旋转设置
+		"app-plus": {
+			"bounce": "none"
+		}
+	}
 }

--
Gitblit v1.9.3