소스 검색

常规更新

laowo 3 년 전
부모
커밋
6d16855fb9
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      WebRoot/dfmz_index.jsp
  2. 1 1
      WebRoot/mhxf_index.jsp

+ 1 - 1
WebRoot/dfmz_index.jsp

@@ -18,7 +18,7 @@
 <script>
 	var webInit = function(){
 		sessionStorage.setItem('V_LOGINNAME','dfmz');
-		sessionStorage.setItem('V_PASSWORD','dfmz123');
+		sessionStorage.setItem('V_PASSWORD','1d1a627cc4b9fb8c07c9bda48e9fa150');
 		document.getElementsByTagName("body")[0].style.height = document.body.scrollHeight+"px";
 		document.getElementsByTagName("body")[0].style.width  = document.body.scrollWidth+"px";
 		document.getElementsByTagName("body")[0].innerHTML='<iframe id="frame_frontpage" frameborder=0 width="100%" height="100%" allowtransparency="true" scrolling=auto src="view/mainframe.jsp"></iframe>';

+ 1 - 1
WebRoot/mhxf_index.jsp

@@ -18,7 +18,7 @@
 <script>
 	var webInit = function(){
 		sessionStorage.setItem('V_LOGINNAME','mhxf');
-		sessionStorage.setItem('V_PASSWORD','mhxf123');
+		sessionStorage.setItem('V_PASSWORD','51d033909e06d26690b613e347cedd2d');
 		document.getElementsByTagName("body")[0].style.height = document.body.scrollHeight+"px";
 		document.getElementsByTagName("body")[0].style.width  = document.body.scrollWidth+"px";
 		document.getElementsByTagName("body")[0].innerHTML='<iframe id="frame_frontpage" frameborder=0 width="100%" height="100%" allowtransparency="true" scrolling=auto src="view/mainframe.jsp"></iframe>';