Commit 2e89ffaf877ebfe56d8ca582f2e994d8cc59b985

Authored by 李宇
1 parent 9f6849f0

1

admin-web-master/vue.config.js
... ... @@ -30,7 +30,7 @@ module.exports = {
30 30 outputDir: 'dist',
31 31 assetsDir: 'static',
32 32 lintOnSave: process.env.NODE_ENV === 'development',
33   - productionSourceMap: false,
  33 + productionSourceMap: false,
34 34 devServer: {
35 35 port: port,
36 36 open: false,
... ...