Browse Source

feat: add index.html logo.ico

wangyuan 2 years ago
parent
commit
1160b8fd43
1 changed files with 2 additions and 1 deletions
  1. 2 1
      ittpc/index.html

+ 2 - 1
ittpc/index.html

@@ -3,7 +3,8 @@
   <head>
     <meta charset="utf-8">
     <meta name="viewport" content="width=device-width,initial-scale=1.0">
-    <title>ittpc</title>
+    <link rel="shortcut icon" href="./static/logo.ico" type="image/x-icon">
+    <title>ITT运营后台</title>
   </head>
   <body>
     <div id="app"></div>