fix(web): 更新网站图标文件路径

```
This commit is contained in:
zhoumengru
2025-09-23 14:22:42 +08:00
parent f9f6178f3b
commit 312bf283e0
2 changed files with 1 additions and 1 deletions

BIN
web/public/icon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 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.ico" />
<link rel="icon" href="<%= BASE_URL %>icon.ico" />
<!-- <title><%= htmlWebpackPlugin.options.title %></title> -->
<title>能源站监控与运行管理系统</title>