diff --git a/vue.config.js b/vue.config.js index 26aa5bc..9ce2861 100644 --- a/vue.config.js +++ b/vue.config.js @@ -6,7 +6,7 @@ function resolve (dir) { // vue.config.js module.exports = { // baseUrl: "./", - publicPath: '/' , + publicPath: './' , outputDir: "dist", assetsDir: "assets", indexPath: "index.html",