1
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -18,7 +18,7 @@ module.exports = { | ... | @@ -18,7 +18,7 @@ module.exports = { |
18 | * Detail: https://cli.vuejs.org/config/#publicpath | 18 | * Detail: https://cli.vuejs.org/config/#publicpath |
19 | */ | 19 | */ |
20 | // 加载资源的路径 | 20 | // 加载资源的路径 |
21 | publicPath: '/', | 21 | publicPath: './', |
22 | // 设置项目打包生成的文件的存储目录,可以是静态路径也可以是相对路径 | 22 | // 设置项目打包生成的文件的存储目录,可以是静态路径也可以是相对路径 |
23 | outputDir: 'dist', | 23 | outputDir: 'dist', |
24 | // 设置放置打包生成的静态资源 (js、css、img、fonts) 的目录 | 24 | // 设置放置打包生成的静态资源 (js、css、img、fonts) 的目录 | ... | ... |
-
Please register or sign in to post a comment