diff options
Diffstat (limited to 'web/html/common/head.html')
| -rw-r--r-- | web/html/common/head.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/html/common/head.html b/web/html/common/head.html index f34ce62f..5e8b1fef 100644 --- a/web/html/common/head.html +++ b/web/html/common/head.html @@ -7,6 +7,7 @@ <link rel="stylesheet" href="{{ .base_path }}assets/ant-design-vue@1.7.2/antd.min.css"> <link rel="stylesheet" href="{{ .base_path }}assets/element-ui@2.15.0/theme-chalk/display.css"> <link rel="stylesheet" href="{{ .base_path }}assets/css/custom.css?{{ .cur_ver }}"> + <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"> <style> [v-cloak] { display: none; |
