diff --git a/README.md b/README.md index 2bbef13..625db98 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ @@ -33,4 +33,5 @@ FEATURE `2021年12月3日` FEATURE - merge off-limits-type -- 增加 禁入类别 \ No newline at end of file +- 增加 禁入类别 +- 修复 打包路径错误的问题 \ No newline at end of file diff --git a/vue.config.js b/vue.config.js index 78ef2a1..c533378 100644 --- a/vue.config.js +++ b/vue.config.js @@ -24,9 +24,9 @@ module.exports = { * In most cases please use '/' !!! * Detail: https://cli.vuejs.org/config/#publicpath */ - publicPath: '/', + publicPath: './', outputDir: 'dist', - assetsDir: 'static', + /* assetsDir: 'static', */ lintOnSave: process.env.NODE_ENV === 'development', productionSourceMap: false, devServer: {