fix: 修复浏览器标签页上的图标在firefox上不显示的问题

This commit is contained in:
Captain.B 2020-07-20 16:31:24 +08:00
parent 9535758d0d
commit feb6aeeb8b
3 changed files with 1 additions and 1 deletions

BIN
frontend/public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 104 KiB

View File

@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.png">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>MeterSphere</title>
</head>
<body>