瀏覽代碼

修改标题

zhangxc 5 年之前
父節點
當前提交
1a146a9e36
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      webpack.config.js

+ 3 - 3
webpack.config.js

@@ -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'],