From ece08fd739c0a004b4bee932f37c81b81a7acaeb Mon Sep 17 00:00:00 2001
From: 81041 <81041@192.168.10.21>
Date: 星期二, 20 十一月 2018 10:05:56 +0800
Subject: [PATCH] 实时机房停电

---
 gx_tieta/WebRoot/mobil/control.html |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/gx_tieta/WebRoot/mobil/control.html b/gx_tieta/WebRoot/mobil/control.html
index 797846c..be1daec 100644
--- a/gx_tieta/WebRoot/mobil/control.html
+++ b/gx_tieta/WebRoot/mobil/control.html
@@ -175,12 +175,21 @@
 			var temp = getCookie("batt");
 			var batt = JSON.parse(temp);
 			var data = [
+						{url: 'javascript:JumpHomePage();', txt: '棣栭〉'},
+						{url: 'machineroomM.html', txt: batt.StationName1},	// 鐪�
+						{url: 'selectcity.html' , txt:batt.StationName2},//甯�
+						{url: 'selectcounty.html' , txt:batt.StationName5},
+						{url: 'battM.html', txt: batt.StationName3},	// 鐢垫睜缁�
+						{url: 'testdata.html', txt: '鐢垫睜缁勬暟鎹�'},	// 褰撳墠椤甸潰
+						{url: 'javascript:;', txt: '瀹炴椂-鐩戞祴鏁版嵁'}	
+					];
+			/*var data = [
 				{url: 'javascript:JumpHomePage();', txt: '棣栭〉'},
 				{url: 'machineroomM.html', txt: batt.StationName},	// 鏈烘埧
 				{url: 'battM.html', txt: batt.BattGroupName},	// 鐢垫睜缁�
 				{url: 'testdata.html', txt: '鐢垫睜缁勬暟鎹�'},								// 鐢垫睜缁勬暟鎹�
 				{url: 'javascript:;', txt: '瀹炴椂-鐩戞祴鏁版嵁'}								// 鐢垫睜缁勬暟鎹�
-			];
+			];*/
 			addBreadCrumb($('.breadcrumb').eq(0), data);
 		});
 		

--
Gitblit v1.9.1