From b8f449dca8e53bbd5c0e424befe07c8207c10032 Mon Sep 17 00:00:00 2001
From: didiyu <1293722656@qq.com>
Date: 星期二, 11 十二月 2018 13:48:50 +0800
Subject: [PATCH] Merge branch 'dev_lxw' of https://didiyu@gitlab.com/whyclxw1/gx_tieta.git into dev_lxw

---
 gx_tieta/WebRoot/mobil/index.html |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/gx_tieta/WebRoot/mobil/index.html b/gx_tieta/WebRoot/mobil/index.html
index 68bc9d2..8c87962 100644
--- a/gx_tieta/WebRoot/mobil/index.html
+++ b/gx_tieta/WebRoot/mobil/index.html
@@ -12,7 +12,7 @@
 <body>
 <div data-role="page" id='main'>
 	<div data-role="header" data-position="fixed">
-		<a href="loginm.html" class="ui-btn ui-btn-icon-left ui-btn-inline ui-btn-b ui-corner-all" style="padding-top:0.7em;padding-bottom:0.7em;"  target="_top" 
+		<a href="javascript:exitUser();" class="ui-btn ui-btn-icon-left ui-btn-inline ui-btn-b ui-corner-all" style="padding-top:0.7em;padding-bottom:0.7em;"  target="_top" 
 		data-i18n="toptitle.exit">閫�鍑�</a>
 		<h1 data-i18n="toptitle.headline">钃勭數姹犵粍鐩戞帶绯荤粺</h1>
 	</div>
@@ -77,8 +77,16 @@
 		delCookie("stationId");
 		$(document.body).css( "visibility", "visible") ;
 	});
+	
+	//瀹夊叏閫�鍑�
+	function exitUser(){
+		$.post("../LoginAction!exitUser",null,function(data){
+			//console.info(data);
+			window.location.replace("loginm.html");
+		});
+	}
 	</script>
 </div>
 	
 	</body>
-</html>
\ No newline at end of file
+</html>

--
Gitblit v1.9.1