去除多余的favicon.ico引入
This commit is contained in:
parent
1063cd7dcf
commit
0bcfaafb96
@ -73,7 +73,7 @@ var table = {
|
|||||||
fixedNumber: 0,
|
fixedNumber: 0,
|
||||||
fixedRightNumber: 0,
|
fixedRightNumber: 0,
|
||||||
queryParams: $.table.queryParams,
|
queryParams: $.table.queryParams,
|
||||||
rowStyle: {},
|
rowStyle: undefined,
|
||||||
};
|
};
|
||||||
var options = $.extend(defaults, options);
|
var options = $.extend(defaults, options);
|
||||||
table.options = options;
|
table.options = options;
|
||||||
|
@ -6,7 +6,6 @@
|
|||||||
<meta name="keywords" content="">
|
<meta name="keywords" content="">
|
||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
<title th:text="${title}"></title>
|
<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/bootstrap.min.css}" rel="stylesheet"/>
|
||||||
<link th:href="@{/css/font-awesome.min.css}" rel="stylesheet"/>
|
<link th:href="@{/css/font-awesome.min.css}" rel="stylesheet"/>
|
||||||
<!-- bootstrap-table 表格插件样式 -->
|
<!-- bootstrap-table 表格插件样式 -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user