From 0c27f3db502b4ba143fd678f1bd35740f048adef Mon Sep 17 00:00:00 2001
From: Administrator <Administrator@USER-20180117QL>
Date: 星期三, 26 十二月 2018 11:51:08 +0800
Subject: [PATCH] Merge branch 'dev_lxw' of https://whyccjj@gitlab.com/whyclxw1/gx_tieta.git into dev_lxw

---
 gx_tieta/WebRoot/js/base.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gx_tieta/WebRoot/js/base.js b/gx_tieta/WebRoot/js/base.js
index ee1c917..0c3a6a8 100644
--- a/gx_tieta/WebRoot/js/base.js
+++ b/gx_tieta/WebRoot/js/base.js
@@ -19,8 +19,8 @@
 function exitUser(){
 	$.post("LoginAction!exitUser",null,function(data){
 		//console.info(data);
-		window.location.replace("login.jsp");
 	});
+	window.location.replace("login.jsp");
 }
 
 

--
Gitblit v1.9.1