bihuisong 1 年之前
父节点
当前提交
f475654ee0
共有 21 个文件被更改,包括 185 次插入37 次删除
  1. 1 1
      ruoyi-admin/src/main/resources/static/ajax/libs/bootstrap-fileinput/fileinput.js
  2. 1 1
      ruoyi-admin/src/main/resources/static/ajax/libs/flot/jquery.flot.pie.js
  3. 二进制
      ruoyi-admin/src/main/resources/static/img/cbz.png
  4. 二进制
      ruoyi-admin/src/main/resources/static/img/cl.png
  5. 二进制
      ruoyi-admin/src/main/resources/static/img/fwl.png
  6. 二进制
      ruoyi-admin/src/main/resources/static/img/gx.png
  7. 二进制
      ruoyi-admin/src/main/resources/static/img/lmgx.png
  8. 二进制
      ruoyi-admin/src/main/resources/static/img/zbjc.png
  9. 1 1
      ruoyi-admin/src/main/resources/templates/demo/form/wizard.html
  10. 1 1
      ruoyi-admin/src/main/resources/templates/demo/modal/layer.html
  11. 1 1
      ruoyi-admin/src/main/resources/templates/demo/modal/table.html
  12. 1 1
      ruoyi-admin/src/main/resources/templates/demo/modal/table/check.html
  13. 1 1
      ruoyi-admin/src/main/resources/templates/demo/modal/table/radio.html
  14. 1 1
      ruoyi-admin/src/main/resources/templates/demo/operate/other.html
  15. 4 4
      ruoyi-admin/src/main/resources/templates/demo/table/curd.html
  16. 2 2
      ruoyi-admin/src/main/resources/templates/demo/table/editable.html
  17. 2 2
      ruoyi-admin/src/main/resources/templates/demo/table/other.html
  18. 1 1
      ruoyi-admin/src/main/resources/templates/demo/table/remember.html
  19. 1 1
      ruoyi-admin/src/main/resources/templates/demo/table/reorderRows.html
  20. 1 1
      ruoyi-admin/src/main/resources/templates/demo/table/subdata.html
  21. 166 18
      ruoyi-admin/src/main/resources/templates/main.html

+ 1 - 1
ruoyi-admin/src/main/resources/static/ajax/libs/bootstrap-fileinput/fileinput.js

@@ -2268,7 +2268,7 @@
             if (window.console && typeof window.console.log !== 'undefined') {
             if (window.console && typeof window.console.log !== 'undefined') {
                 window.console.log(msg);
                 window.console.log(msg);
             } else {
             } else {
-                window.alert(msg);
+                // window.alert(msg);
             }
             }
         },
         },
         _validate: function () {
         _validate: function () {

+ 1 - 1
ruoyi-admin/src/main/resources/static/ajax/libs/flot/jquery.flot.pie.js

@@ -157,7 +157,7 @@ More detail and specific examples can be found in the included HTML file.
 				}
 				}
 			}
 			}
 			traverse(obj);
 			traverse(obj);
-			alert(msg);
+			// alert(msg);
 		}
 		}
 
 
 		function calcTotal(data)
 		function calcTotal(data)

二进制
ruoyi-admin/src/main/resources/static/img/cbz.png


二进制
ruoyi-admin/src/main/resources/static/img/cl.png


二进制
ruoyi-admin/src/main/resources/static/img/fwl.png


二进制
ruoyi-admin/src/main/resources/static/img/gx.png


二进制
ruoyi-admin/src/main/resources/static/img/lmgx.png


二进制
ruoyi-admin/src/main/resources/static/img/zbjc.png


+ 1 - 1
ruoyi-admin/src/main/resources/templates/demo/form/wizard.html

@@ -269,7 +269,7 @@ $('#smartwizard').smartWizard({
                      }
                      }
                 });
                 });
 			});
 			});
-			alert(JSON.stringify(data))
+			// alert(JSON.stringify(data))
 		}
 		}
 		// 显示步骤时将触发事件
 		// 显示步骤时将触发事件
         $("#smartwizard").on("showStep", function(e, anchorObject, stepNumber, stepDirection, stepPosition) {
         $("#smartwizard").on("showStep", function(e, anchorObject, stepNumber, stepDirection, stepPosition) {

+ 1 - 1
ruoyi-admin/src/main/resources/templates/demo/modal/layer.html

@@ -142,7 +142,7 @@
         
         
 	    $("#button-confirm").click(function(){
 	    $("#button-confirm").click(function(){
 	    	$.modal.confirm("确认要点击确定吗?", function() {
 	    	$.modal.confirm("确认要点击确定吗?", function() {
-	    		$.modal.alert("ok");
+	    		// $.modal.alert("ok");
 	    	});
 	    	});
 	    })
 	    })
 	    
 	    

+ 1 - 1
ruoyi-admin/src/main/resources/templates/demo/modal/table.html

@@ -117,7 +117,7 @@
 		}
 		}
 		
 		
 		function selectUsers(){
 		function selectUsers(){
-			alert(1);
+			// alert(1);
 		}
 		}
 	</script>
 	</script>
 </body>
 </body>

+ 1 - 1
ruoyi-admin/src/main/resources/templates/demo/modal/table/check.html

@@ -79,7 +79,7 @@
        			$.modal.alertWarning("请至少选择一条记录");
        			$.modal.alertWarning("请至少选择一条记录");
        			return;
        			return;
        		}
        		}
-			alert(rows.join());
+			// alert(rows.join());
 		}
 		}
     </script>
     </script>
 </body>
 </body>

+ 1 - 1
ruoyi-admin/src/main/resources/templates/demo/modal/table/radio.html

@@ -79,7 +79,7 @@
        			$.modal.alertWarning("请至少选择一条记录");
        			$.modal.alertWarning("请至少选择一条记录");
        			return;
        			return;
        		}
        		}
-			alert(rows.join());
+			// alert(rows.join());
 		}
 		}
     </script>
     </script>
 </body>
 </body>

+ 1 - 1
ruoyi-admin/src/main/resources/templates/demo/operate/other.html

@@ -67,7 +67,7 @@
 		            		location.reload();
 		            		location.reload();
 		            	});
 		            	});
 	            	} else {
 	            	} else {
-	            		alert(result.msg);
+	            		// alert(result.msg);
 	            	}
 	            	}
 	            }
 	            }
 	        })
 	        })

+ 4 - 4
ruoyi-admin/src/main/resources/templates/demo/table/curd.html

@@ -155,23 +155,23 @@
                 }
                 }
         	})
         	})
         }
         }
-        
+
         /* 查询表格所有数据值 */
         /* 查询表格所有数据值 */
         function getData(){
         function getData(){
         	var data = $("#" + table.options.id).bootstrapTable('getData');
         	var data = $("#" + table.options.id).bootstrapTable('getData');
-            alert(JSON.stringify(data))
+            // alert(JSON.stringify(data))
         }
         }
         
         
         /* 查询行ID值为1的数据 */
         /* 查询行ID值为1的数据 */
         function getRowByUniqueId(){
         function getRowByUniqueId(){
         	var data = $("#" + table.options.id).bootstrapTable('getRowByUniqueId', 1);
         	var data = $("#" + table.options.id).bootstrapTable('getRowByUniqueId', 1);
-            alert(JSON.stringify(data))
+            // alert(JSON.stringify(data))
         }
         }
         
         
         /* 查询表格选择行数据值 */
         /* 查询表格选择行数据值 */
         function getSelections(){
         function getSelections(){
         	var data = $("#" + table.options.id).bootstrapTable('getSelections');
         	var data = $("#" + table.options.id).bootstrapTable('getSelections');
-        	alert(JSON.stringify(data))
+        	// alert(JSON.stringify(data))
         }
         }
     </script>
     </script>
 </body>
 </body>

+ 2 - 2
ruoyi-admin/src/main/resources/templates/demo/table/editable.html

@@ -115,13 +115,13 @@
         /* 查询表格所有数据值 */
         /* 查询表格所有数据值 */
         function getData(){
         function getData(){
         	var data = $("#" + table.options.id).bootstrapTable('getData');
         	var data = $("#" + table.options.id).bootstrapTable('getData');
-            alert(JSON.stringify(data))
+            // alert(JSON.stringify(data))
         }
         }
         
         
         /* 查询表格选择行数据值 */
         /* 查询表格选择行数据值 */
         function getSelections(){
         function getSelections(){
         	var data = $("#" + table.options.id).bootstrapTable('getSelections');
         	var data = $("#" + table.options.id).bootstrapTable('getSelections');
-        	alert(JSON.stringify(data))
+        	// alert(JSON.stringify(data))
         }
         }
     </script>
     </script>
 </body>
 </body>

+ 2 - 2
ruoyi-admin/src/main/resources/templates/demo/table/other.html

@@ -94,12 +94,12 @@
         
         
         function selectColumns() {
         function selectColumns() {
         	var column = $.table.selectColumns('userName');
         	var column = $.table.selectColumns('userName');
-        	alert(column);
+        	// alert(column);
         }
         }
         
         
         function selectFirstColumns() {
         function selectFirstColumns() {
         	var column = $.table.selectFirstColumns();
         	var column = $.table.selectFirstColumns();
-        	alert(column);
+        	// alert(column);
         }
         }
     </script>
     </script>
 </body>
 </body>

+ 1 - 1
ruoyi-admin/src/main/resources/templates/demo/table/remember.html

@@ -79,7 +79,7 @@
         function checkItem(){
         function checkItem(){
         	// var arrays = $.table.selectColumns("userId");
         	// var arrays = $.table.selectColumns("userId");
         	var arrays = $.table.selectColumns("userCode");
         	var arrays = $.table.selectColumns("userCode");
-        	alert(arrays);
+        	// alert(arrays);
         }
         }
     </script>
     </script>
 </body>
 </body>

+ 1 - 1
ruoyi-admin/src/main/resources/templates/demo/table/reorderRows.html

@@ -84,7 +84,7 @@
         /* 查询表格所有数据值 */
         /* 查询表格所有数据值 */
         function getData(){
         function getData(){
             var data = $("#" + table.options.id).bootstrapTable('getData');
             var data = $("#" + table.options.id).bootstrapTable('getData');
-            alert(JSON.stringify(data.map( item => { return item.userId })))
+            // alert(JSON.stringify(data.map( item => { return item.userId })))
         }
         }
     </script>
     </script>
 </body>
 </body>

+ 1 - 1
ruoyi-admin/src/main/resources/templates/demo/table/subdata.html

@@ -194,7 +194,7 @@
         function submitHandler(index, layero){
         function submitHandler(index, layero){
             if ($.validate.form()) {
             if ($.validate.form()) {
                 var data = $("#form-add").serializeArray();
                 var data = $("#form-add").serializeArray();
-                alert(JSON.stringify(data))
+                // alert(JSON.stringify(data))
                 $.operate.saveModal("/demo/operate/customer/add", data);
                 $.operate.saveModal("/demo/operate/customer/add", data);
             }
             }
         }
         }

+ 166 - 18
ruoyi-admin/src/main/resources/templates/main.html

@@ -1,5 +1,5 @@
 <!DOCTYPE html>
 <!DOCTYPE html>
-<html  lang="zh" xmlns:th="http://www.thymeleaf.org">
+<html lang="zh" xmlns:th="http://www.thymeleaf.org">
 <head>
 <head>
     <meta charset="utf-8">
     <meta charset="utf-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
@@ -9,24 +9,172 @@
     <link href="../static/css/bootstrap.min.css" th:href="@{/css/bootstrap.min.css}" rel="stylesheet"/>
     <link href="../static/css/bootstrap.min.css" th:href="@{/css/bootstrap.min.css}" rel="stylesheet"/>
     <link href="../static/css/font-awesome.min.css" th:href="@{/css/font-awesome.min.css}" rel="stylesheet"/>
     <link href="../static/css/font-awesome.min.css" th:href="@{/css/font-awesome.min.css}" rel="stylesheet"/>
     <link href="../static/css/style.min.css" th:href="@{/css/style.min.css}" rel="stylesheet"/>
     <link href="../static/css/style.min.css" th:href="@{/css/style.min.css}" rel="stylesheet"/>
+    <style>
+        ul,li,img,h4,a{
+            padding: 0;
+            margin: 0;
+            font-weight: normal;
+            list-style: none;
+            text-decoration: none;
+        }
+        .jilinKsh{
+            width: 80%;
+            margin: 0 auto;
+            display: flex;
+            flex-direction: row;
+            flex-wrap:wrap;
+            justify-content:space-between;
+        }
+        .jilinKsh li{
+            width: 25%;
+            margin:30px 0 0 0;
+        }
+        .jilinKsh li a{
+            display: block;
+            width: 90%;
+            background: #fff;
+            border-radius: 20px;
+            padding:30px 0 50px 0;
+            text-align: center;
+        }
+        .jilinKsh li a img{
+            display: block;
+            width: 25%;
+            margin: 0 auto 20px auto;
+        }
+        .jilinKsh li a h4{
+            font-size: 18px;
+            color: #333;
+        }
+    </style>
 </head>
 </head>
 
 
-<body class="gray-bg">
-    <script th:src="@{/js/jquery.min.js}"></script>
-    <script th:src="@{/js/bootstrap.min.js}"></script>
-    <script th:src="@{/ajax/libs/layer/layer.min.js}"></script>
-    <script type="text/javascript">
-	    $('#pay-qrcode').click(function(){
-	        var html=$(this).html();
-	        parent.layer.open({
-	            title: false,
-	            type: 1,
-	            closeBtn:false,
-	            shadeClose:true,
-	            area: ['600px', '360px'],
-	            content: html
-	        });
-	    });
-    </script>
+<body class="gray-bg" style="background:#f3f3f4">
+<ul class="jilinKsh">
+    <li id="clickOne">
+        <a href="http://localhost:16006/usability">
+            <img src="/img/zbjc.png">
+            <h4>网站可用性实时监测</h4>
+        </a>
+    </li>
+    <li id="clickTwo">
+        <a href="http://localhost:16006/websiteAccess">
+            <img src="/img/fwl.png">
+            <h4>网站访问情况监测</h4>
+        </a>
+    </li>
+    <li id="clickThree">
+        <a href="http://localhost:16006/misunderstanding">
+            <img src="/img/cbz.png">
+            <h4>网站错别字监测</h4>
+        </a>
+    </li>
+    <li id="clickFour">
+        <a href="http://localhost:16006/staggeredChain">
+            <img src="/img/cl.png">
+            <h4>网站错误链接监测</h4>
+        </a>
+    </li>
+    <li id="clickFive">
+        <a href="http://localhost:16006/censusIndicators">
+            <img src="/img/zbjc.png">
+            <h4>网站普查指标监测</h4>
+        </a>
+    </li>
+    <li id="clickSix">
+        <a href="http://localhost:16006/dailyUpdateVolume">
+            <img src="/img/gx.png">
+            <h4>网站日更新量排行监测</h4>
+        </a>
+    </li>
+    <li id="clickSeven">
+        <a href="http://localhost:16006/dailyVisits">
+            <img src="/img/fwl.png">
+            <h4>网站日访问量排行监测</h4>
+        </a>
+    </li>
+    <li id="clickEight">
+        <a href="http://localhost:16006/InteractiveColumns">
+            <img src="/img/lmgx.png">
+            <h4>网站互动类栏目更新监测</h4>
+        </a>
+    </li>
+</ul>
+
+
+<script th:src="@{/js/jquery.min.js}"></script>
+<script th:src="@{/js/bootstrap.min.js}"></script>
+<script th:src="@{/ajax/libs/layer/layer.min.js}"></script>
+<script type="text/javascript">
+    $('#pay-qrcode').click(function () {
+        var html = $(this).html();
+        parent.layer.open({
+            title: false,
+            type: 1,
+            closeBtn: false,
+            shadeClose: true,
+            area: ['600px', '360px'],
+            content: html
+        });
+    });
+</script>
+<script>
+    var clickOne = document.getElementById("clickOne");
+    clickOne.addEventListener("click", function(event) {
+        event.preventDefault(); // 阻止默认的链接跳转行为
+        var link = clickOne.querySelector("a");
+        var href = link.getAttribute("href");
+        window.open(href, "_blank"); // 在新的标签页中打开链接
+    });
+    var clickTwo = document.getElementById("clickTwo");
+    clickTwo.addEventListener("click", function(event) {
+        event.preventDefault(); // 阻止默认的链接跳转行为
+        var link = clickTwo.querySelector("a");
+        var href = link.getAttribute("href");
+        window.open(href, "_blank"); // 在新的标签页中打开链接
+    });
+    var clickThree = document.getElementById("clickThree");
+    clickThree.addEventListener("click", function(event) {
+        event.preventDefault(); // 阻止默认的链接跳转行为
+        var link = clickThree.querySelector("a");
+        var href = link.getAttribute("href");
+        window.open(href, "_blank"); // 在新的标签页中打开链接
+    });
+    var clickFour = document.getElementById("clickFour");
+    clickFour.addEventListener("click", function(event) {
+        event.preventDefault(); // 阻止默认的链接跳转行为
+        var link = clickFour.querySelector("a");
+        var href = link.getAttribute("href");
+        window.open(href, "_blank"); // 在新的标签页中打开链接
+    });
+    var clickFive = document.getElementById("clickFive");
+    clickFive.addEventListener("click", function(event) {
+        event.preventDefault(); // 阻止默认的链接跳转行为
+        var link = clickFive.querySelector("a");
+        var href = link.getAttribute("href");
+        window.open(href, "_blank"); // 在新的标签页中打开链接
+    });
+    var clickSix = document.getElementById("clickSix");
+    clickSix.addEventListener("click", function(event) {
+        event.preventDefault(); // 阻止默认的链接跳转行为
+        var link = clickSix.querySelector("a");
+        var href = link.getAttribute("href");
+        window.open(href, "_blank"); // 在新的标签页中打开链接
+    });
+    var clickSeven = document.getElementById("clickSeven");
+    clickSeven.addEventListener("click", function(event) {
+        event.preventDefault(); // 阻止默认的链接跳转行为
+        var link = clickSeven.querySelector("a");
+        var href = link.getAttribute("href");
+        window.open(href, "_blank"); // 在新的标签页中打开链接
+    });
+    var clickEight = document.getElementById("clickEight");
+    clickEight.addEventListener("click", function(event) {
+        event.preventDefault(); // 阻止默认的链接跳转行为
+        var link = clickEight.querySelector("a");
+        var href = link.getAttribute("href");
+        window.open(href, "_blank"); // 在新的标签页中打开链接
+    });
+</script>
 </body>
 </body>
 </html>
 </html>