|
@ -2,7 +2,7 @@ const path = require('path') |
|
|
const resolve = dir => { |
|
|
const resolve = dir => { |
|
|
return path.join(__dirname, dir) |
|
|
return path.join(__dirname, dir) |
|
|
} |
|
|
} |
|
|
const name = '智慧大屏' |
|
|
|
|
|
|
|
|
const name = '自主查询机' |
|
|
module.exports = { |
|
|
module.exports = { |
|
|
publicPath: process.env.NODE_ENV === 'development' ? '/' : './', |
|
|
publicPath: process.env.NODE_ENV === 'development' ? '/' : './', |
|
|
outputDir: 'dist', |
|
|
outputDir: 'dist', |
|
@ -54,7 +54,7 @@ module.exports = { |
|
|
|
|
|
|
|
|
config.plugin('html') |
|
|
config.plugin('html') |
|
|
.tap(args => { |
|
|
.tap(args => { |
|
|
args[0].title = '智慧大屏' |
|
|
|
|
|
|
|
|
args[0].title = '自主查询机' |
|
|
return args |
|
|
return args |
|
|
}) |
|
|
}) |
|
|
} |
|
|
} |
|
|