Przeglądaj źródła

配置正式打包时publicPath

任一存 3 lat temu
rodzic
commit
f1888b8c99
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3 0
      vue.config.js

+ 3 - 0
vue.config.js

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