浏览代码

将 site name 修改为 tnb

reghao 2 年之前
父节点
当前提交
7413234bb2
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      public/index.html
  2. 1 1
      src/components/layout/NavBar.vue

+ 1 - 1
public/index.html

@@ -6,7 +6,7 @@
     <meta name="viewport" content="width=device-width,initial-scale=1.0">
     <link rel="icon" href="<%= BASE_URL %>logo.png">
 <!--    <title><%= htmlWebpackPlugin.options.title %></title>-->
-    <title>bili</title>
+    <title>tnb</title>
   </head>
   <body>
     <noscript>

+ 1 - 1
src/components/layout/NavBar.vue

@@ -5,7 +5,7 @@
         <li role="menuitem" class="el-menu-item">
           <a href="/" style="color: #007bff;text-decoration-line: none">
             <img src="@/assets/img/icon/logo.png" class="logo" alt="img">
-            bili
+            tnb
           </a>
         </li>
       </ul>