Commit 57a6a2f41088ce8e4947d7cc9a681660cfa71e1c
1 parent
a18ba600
地磁故障api
Showing
2 changed files
with
3 additions
and
2 deletions
build/utils.js
config/index.js
... | ... | @@ -20,7 +20,7 @@ module.exports = { |
20 | 20 | notifyOnErrors: true, |
21 | 21 | poll: false, // https://webpack.js.org/configuration/dev-server/#devserver-watchoptions- |
22 | 22 | |
23 | - | |
23 | + | |
24 | 24 | /** |
25 | 25 | * Source Maps |
26 | 26 | */ |
... | ... | @@ -43,7 +43,7 @@ module.exports = { |
43 | 43 | // Paths |
44 | 44 | assetsRoot: path.resolve(__dirname, '../dist'), |
45 | 45 | assetsSubDirectory: 'static', |
46 | - assetsPublicPath: '/', | |
46 | + assetsPublicPath: './', | |
47 | 47 | |
48 | 48 | /** |
49 | 49 | * Source Maps | ... | ... |