From 3fe8e1b6efe824c4ab3853fba27f185724825bdc Mon Sep 17 00:00:00 2001
From: LiJun <LiJun@192.168.10.20>
Date: 星期一, 26 十一月 2018 11:54:26 +0800
Subject: [PATCH] 屏蔽跨域访问和进入登陆页面查询导航数据

---
 gx_tieta/WebRoot/index.jsp |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/gx_tieta/WebRoot/index.jsp b/gx_tieta/WebRoot/index.jsp
index 99731a3..0264804 100644
--- a/gx_tieta/WebRoot/index.jsp
+++ b/gx_tieta/WebRoot/index.jsp
@@ -126,16 +126,15 @@
 										<table>
 											<tbody>
 												<tr>
-													<td class="w5em alg-c f-bold">鏈烘埧鍚嶇О:</td>
+													<td class="w5em alg-c f-bold"><span class="mrl8">鏈烘埧鍚嶇О:</span></td>
 					                				<td><input type="text" id="mapToolSearch"></td>
 													<td class="w54 btn-container">
 														<button type="button" value="鎼滅储" id="mapToolSearchBtn" class="mrr8"><i class="fa fa-search page-link"></i></button>
 													</td>
 												</tr>
 												<tr>
-					                				<td colspan="3" class="alg-r btn-container">
-					                					<span class="mrr8">宸插畨瑁呰澶囨暟/璁惧鎬绘暟锛�<span id="installnum">12/600</span><i id="installnumbtn" class="fa fa-refresh mrl8 page-link" title="鍒锋柊"></i></span>
-					                					
+					                				<td colspan="3" class="btn-container">
+					                					<span class="mrl8">宸插畨瑁呰澶囨暟/璁惧鎬绘暟锛�<span id="installnum">12/600</span><i id="installnumbtn" class="fa fa-refresh mrl8 page-link" title="鍒锋柊"></i></span>
 					                				</td>
 					                			</tr>
 											</tbody>
@@ -1167,6 +1166,11 @@
 				}
 				//鍒涘缓鐢垫睜鏁呴殰楗肩姸鍥�
 				createPie(healthPie,healthTle,healthObj);
+				
+				// 鐐瑰嚮楗肩姸鍥捐繘琛岃烦杞�
+				healthPie.on('click', function(param) {
+					window.open('taskplan.jsp');	// 璺宠浆鍒拌惤鍚庡崟浣撴煡璇�
+				});
 			});			
 		}		
 	}

--
Gitblit v1.9.1