diff --git a/package-lock.json.REMOVED.git-id b/package-lock.json.REMOVED.git-id index 2a147d07..6a42e5cc 100644 --- a/package-lock.json.REMOVED.git-id +++ b/package-lock.json.REMOVED.git-id @@ -1 +1 @@ -aba14ba69c1b10aabcba100e3478b48ba9f2c465 \ No newline at end of file +9a6ae629e8fc58277768e8bd7156ef7ad1f48d73 \ No newline at end of file diff --git a/vue.config.js b/vue.config.js index 450bbe7a..a16f6f0c 100644 --- a/vue.config.js +++ b/vue.config.js @@ -8,13 +8,13 @@ process.env.VUE_APP_VERSION = require('./package.json').version process.env.VUE_APP_BUILD_TIME = require('dayjs')().format('YYYY-M-D HH:mm:ss') // 基础路径 注意发布之前要先修改这里 -let baseUrl = '/' +let publicPath = '/' module.exports = { - baseUrl: baseUrl, // 根据你的实际情况更改这里 + publicPath: publicPath, // 根据你的实际情况更改这里 lintOnSave: true, devServer: { - publicPath: baseUrl // 和 baseUrl 保持一致 + publicPath: publicPath // 和 publicPath 保持一致 }, css: { loaderOptions: { diff --git a/yarn.lock.REMOVED.git-id b/yarn.lock.REMOVED.git-id index 58f48f61..8a9c860c 100644 --- a/yarn.lock.REMOVED.git-id +++ b/yarn.lock.REMOVED.git-id @@ -1 +1 @@ -13dd0eb82ec0a73b25d0a39fe23a367f31a2aaf8 \ No newline at end of file +eff8b8fb6fe1c6cf58b8d00c3362c33e94ab93eb \ No newline at end of file