|
@@ -82,7 +82,7 @@ module.exports = {
|
|
|
}
|
|
|
}),
|
|
|
new HtmlWebpackPlugin({
|
|
|
- title: 'information',
|
|
|
+ title: '静态知识',
|
|
|
template: path.resolve(__dirname, 'src/html', 'information.html'),
|
|
|
filename: 'information.html',
|
|
|
chunks: ['information', 'vendor', 'common'],
|
|
@@ -95,7 +95,7 @@ module.exports = {
|
|
|
}
|
|
|
}),
|
|
|
new HtmlWebpackPlugin({
|
|
|
- title: 'drugInfo',
|
|
|
+ title: '药品信息',
|
|
|
template: path.resolve(__dirname, 'src/html', 'drugInfo.html'),
|
|
|
filename: 'drugInfo.html',
|
|
|
chunks: ['information', 'vendor', 'common'],
|
|
@@ -134,7 +134,7 @@ module.exports = {
|
|
|
}
|
|
|
}),
|
|
|
new HtmlWebpackPlugin({
|
|
|
- title: 'scale',
|
|
|
+ title: '量表明细',
|
|
|
template: path.resolve(__dirname, 'src/html', 'scale.html'),
|
|
|
filename: 'scale.html',
|
|
|
chunks: ['vendor', 'common', 'scale'],
|