shaogen1995 3 年之前
父节点
当前提交
a7fc571f25
共有 2 个文件被更改,包括 4 次插入1 次删除
  1. 1 1
      public/index.html
  2. 3 0
      vue.config.js

+ 1 - 1
public/index.html

@@ -5,7 +5,7 @@
     <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">
-    <title><%= htmlWebpackPlugin.options.title %></title>
+    <title>禁毒数字展</title>
   </head>
   <body>
     <noscript>

+ 3 - 0
vue.config.js

@@ -0,0 +1,3 @@
+module.exports = {
+  publicPath: './'
+}