소스 검색

删除log

zhangxinlei1996 6 년 전
부모
커밋
bb9b450096
1개의 변경된 파일0개의 추가작업 그리고 9개의 파일을 삭제
  1. 0 9
      core/src/web/templates/manage/dataExport.html

+ 0 - 9
core/src/web/templates/manage/dataExport.html

@@ -211,14 +211,5 @@
 		</div>
 		{{include "/common/bottom.html"}}
 	</body>
-	<script>
-	var ext = {{.T.isExit.noarea}}
-	console.log("---:"+ext)
-	var strSel1= sessionStorage.getItem("strSel1");
-	var strSel2= sessionStorage.getItem("strSel2");
 	
-	console.log("strSel1详情页:"+strSel1);
-	console.log("strSel2详情页:"+strSel2);
-	console.log(sessionStorage.getItem("currentPage"))
-	</script>
 </html>