去除多余的favicon.ico引入

This commit is contained in:
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;