liting2017 7 년 전
부모
커밋
a2306bc035
1개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 6 6
      src/js/news/appCognizance.js

+ 6 - 6
src/js/news/appCognizance.js

@@ -1,12 +1,12 @@
 import '../../css/news/appCognizance.css';
 
 $(function(){
-	var metas='';
-	metas +='<meta http-equiv="Cache-Control" content="no-cache, must-revalidate">'+
-       	'<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />'+
-		'<meta http-equiv="Pragma" content="no-cache" />'+
-		'<meta http-equiv="Expires" content="0" />'	;
-		$('head').append(metas);
+//	var metas='';
+//	metas +='<meta http-equiv="Cache-Control" content="no-cache, must-revalidate">'+
+//     	'<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />'+
+//		'<meta http-equiv="Pragma" content="no-cache" />'+
+//		'<meta http-equiv="Expires" content="0" />'	;
+//		$('head').append(metas);
 	var colorArr=['#e22e2e','#2542ef','#10d4f1','#f9750b','#0bf964'];
 	//获取id
 	var https=window.location.href;