mirror of https://gitee.com/y_project/RuoYi.git
去除多余的favicon.ico引入
parent
1063cd7dcf
commit
0bcfaafb96
|
@ -73,7 +73,7 @@ var table = {
|
|||
fixedNumber: 0,
|
||||
fixedRightNumber: 0,
|
||||
queryParams: $.table.queryParams,
|
||||
rowStyle: {},
|
||||
rowStyle: undefined,
|
||||
};
|
||||
var options = $.extend(defaults, options);
|
||||
table.options = options;
|
||||
|
|
|
@ -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 表格插件样式 -->
|
||||
|
|
Loading…
Reference in New Issue