去除多余的favicon.ico引入

pull/303/head
Ricky 2021-07-02 09:33:30 +08:00
parent 1063cd7dcf
commit 0bcfaafb96
2 changed files with 1 additions and 2 deletions

View File

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

View File

@ -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 表格插件样式 -->