Browse Source

去除多余的favicon.ico引入

Ricky 3 years ago
parent
commit
0bcfaafb96

+ 1 - 1
ruoyi-admin/src/main/resources/static/ruoyi/js/ry-ui.js

@@ -73,7 +73,7 @@ var table = {
                     fixedNumber: 0,
                     fixedRightNumber: 0,
                     queryParams: $.table.queryParams,
-                    rowStyle: {},
+                    rowStyle: undefined,
                 };
             	var options = $.extend(defaults, options);
             	table.options = options;

+ 0 - 1
ruoyi-admin/src/main/resources/templates/include.html

@@ -6,7 +6,6 @@
 	<meta name="keywords" content="">
 	<meta name="description" content="">
 	<title th:text="${title}"></title>
-	<link rel="shortcut icon" href="favicon.ico">
 	<link th:href="@{/css/bootstrap.min.css}" rel="stylesheet"/>
 	<link th:href="@{/css/font-awesome.min.css}" rel="stylesheet"/>
 	<!-- bootstrap-table 表格插件样式 -->