From 96e7e9c205029a1bdc70289c28131c479d561bcb Mon Sep 17 00:00:00 2001 From: 81041 <81041@DESKTOP-025NVD9> Date: 星期五, 18 一月 2019 16:23:12 +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