Commit 33a8c74c7b8aa5e38062046c525d69a6c4662500
1 parent
fb6e41f9
1
Showing
1 changed file
with
1 additions
and
1 deletions
admin-web-master/vue.config.js
| ... | ... | @@ -24,7 +24,7 @@ module.exports = { |
| 24 | 24 | * In most cases please use '/' !!! |
| 25 | 25 | * Detail: https://cli.vuejs.org/config/#publicpath |
| 26 | 26 | */ |
| 27 | - runtimeCompiler: true, | |
| 27 | + runtimeCompiler: true, | |
| 28 | 28 | publicPath: process.env.NODE_ENV === 'production' ? '/cdwlMall/' : '/', |
| 29 | 29 | // publicPath: '/admin-web', |
| 30 | 30 | outputDir: 'dist', | ... | ... |