From 2fe250ece8de95b3f70172fe5b45793ab6a3084a Mon Sep 17 00:00:00 2001 From: D:/workspace/chenjingjing/git/gx_tieta/gx_tieta/.gitignore <chenjingjing@LAPTOP-E51P2139> Date: 星期五, 18 一月 2019 17:30:50 +0800 Subject: [PATCH] 未审批可更改 --- gx_tieta/WebRoot/mobil/index.html | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/gx_tieta/WebRoot/mobil/index.html b/gx_tieta/WebRoot/mobil/index.html index b2ac67b..ce165df 100644 --- a/gx_tieta/WebRoot/mobil/index.html +++ b/gx_tieta/WebRoot/mobil/index.html @@ -20,7 +20,7 @@ <div data-role="content" > <ul data-role="listview" data-icon="false" data-inset="true"> <li> - <a href="homeList.html" target="_top" data-i18n="main.index">娴嬭瘯鏁版嵁</a> + <a href="machineroomM.html" target="_top" data-i18n="main.index">娴嬭瘯鏁版嵁</a> </li> <li> <a href="ele-param2.html" target="_top" data-i18n="main.warningmanagement">鐢垫睜瀹夎鐢宠</a> @@ -96,6 +96,13 @@ $(document.body).css( "visibility", "visible") ; }); + //鎷︽埅瀹夊崜鍥為��鎸夐挳 + history.pushState(null, null, location.href); + window.addEventListener('popstate', function(event) { + history.pushState(null, null, location.href ); + //姝ゅ鍔犲叆鍥為��鏃朵綘瑕佹墽琛岀殑浠g爜 + }); + //瀹夊叏閫�鍑� function exitUser(){ $.post("../LoginAction!exitUser",null,function(data){ @@ -122,6 +129,7 @@ } }); } + //鏍规嵁鏉冮檺鍚嶅垽鏂槸鍚﹀叿鏈夋煇涓潈闄� function isHasPermit(_permitName,_permitList) { -- Gitblit v1.9.1