From a86aed1d459024ab2a97d98115ef57f8dce808e6 Mon Sep 17 00:00:00 2001
From: admin:huo123456@qq <496960745@qq.com>
Date: 星期一, 21 一月 2019 09:15:44 +0800
Subject: [PATCH] Merge branch 'dev_lxw' of https://gitlab.com/whyclxw1/gx_tieta.git into dev_lxw
---
gx_tieta/WebRoot/login.jsp | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/gx_tieta/WebRoot/login.jsp b/gx_tieta/WebRoot/login.jsp
index 1b72337..68a7e8d 100644
--- a/gx_tieta/WebRoot/login.jsp
+++ b/gx_tieta/WebRoot/login.jsp
@@ -328,6 +328,13 @@
}
});
}
+
+ //鎷︽埅瀹夊崜鍥為��鎸夐挳
+ history.pushState(null, null, location.href);
+ window.addEventListener('popstate', function(event) {
+ history.pushState(null, null, location.href );
+ //姝ゅ鍔犲叆鍥為��鏃朵綘瑕佹墽琛岀殑浠g爜
+ });
</script>
</body>
</html>
\ No newline at end of file
--
Gitblit v1.9.1