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

This commit is contained in:
Captain.B 2020-07-21 10:22:19 +08:00
parent e88983ecb3
commit cfac8dfe6c
1 changed files with 1 additions and 1 deletions

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>