Bläddra i källkod

20210705 - 配置文件修改

fanghuisheng 4 år sedan
förälder
incheckning
98ffe68ea7
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      vue.config.js

+ 2 - 2
vue.config.js

@@ -1,6 +1,6 @@
 // 基本结构
 module.exports = {
     // 打包后路径错误导致的空白页面问题。
-    // publicPath: './',
-    // outputDir: process.env.outputDir
+    publicPath: './',
+    outputDir: process.env.outputDir
 }