浏览代码

爱贝源去掉统计弹框

wangxiaoming 7 年之前
父节点
当前提交
e512cf9a1c

+ 11 - 11
watero-wechat-web/src/main/webapp/common/admin/welcome/welcome.html

@@ -206,16 +206,16 @@
 		$(document).ready(function() {
 			openWindow();
 		});
-		function openWindow(){
-			layer.open({
-				  type: 2,
-				  area: ['600px', '330px'],
-				  offset: 'rb',//位置固定在右下角
-				  fix: false, //不固定
-				  maxmin: true,
-				  shade: 0,//去除遮罩层
-				  content: '/watero/admin/statistics/selectStatisticsInfo'
-				});
-		}
+//		function openWindow(){
+//			layer.open({
+//				  type: 2,
+//				  area: ['600px', '330px'],
+//				  offset: 'rb',//位置固定在右下角
+//				  fix: false, //不固定
+//				  maxmin: true,
+//				  shade: 0,//去除遮罩层
+//				  content: '/watero/admin/statistics/selectStatisticsInfo'
+//				});
+//		}
 	</script>
 </body></html>

+ 2 - 0
watero-wechat-web/src/main/webapp/common/js/utils/md5.js

@@ -34,6 +34,8 @@ function md5_vm_test()
   return hex_md5("abc") == "900150983cd24fb0d6963f7d28e17f72";
 }
 
+// hex_md5("").toUpperCase();
+
 /*
  * Calculate the MD5 of an array of little-endian words, and a bit length
  */