Browse Source

配置正式打包时publicPath

任一存 3 years ago
parent
commit
f1888b8c99
1 changed files with 3 additions and 0 deletions
  1. 3 0
      vue.config.js

+ 3 - 0
vue.config.js

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