ソースを参照

build: 优化title配置

Burt 2 年 前
コミット
0600f6aeb0
2 ファイル変更2 行追加2 行削除
  1. 1 1
      env/.env
  2. 1 1
      index.html

+ 1 - 1
env/.env

@@ -1,2 +1,2 @@
-VITE_APP_TITLE = 'Vite + Vue + TS'
+VITE_APP_TITLE = 'vue3-uniapp'
 VITE_APP_PORT = 9000

+ 1 - 1
index.html

@@ -13,7 +13,7 @@
           '" />',
       )
     </script>
-    <title></title>
+    <title>vue3-uniapp</title>
     <!--preload-links-->
     <!--app-context-->
   </head>