|
@@ -26,7 +26,7 @@ const config = {
|
|
|
entry: 'src/projects/business/main.js',
|
|
|
template: 'index/business/index.html',
|
|
|
filename: 'index.html',
|
|
|
- title: '' + title,
|
|
|
+ title: '小鹏管家' + title,
|
|
|
}
|
|
|
},
|
|
|
outputDir: 'dist/business',
|
|
@@ -72,7 +72,7 @@ const config = {
|
|
|
entry: 'src/projects/factory/main.js',
|
|
|
template: 'index/factory/index.html',
|
|
|
filename: 'index.html',
|
|
|
- title: '' + title,
|
|
|
+ title: '小鹏管家' + title,
|
|
|
}
|
|
|
},
|
|
|
outputDir: 'dist/factory',
|
|
@@ -115,7 +115,7 @@ const config = {
|
|
|
entry: 'src/projects/pension/main.js',
|
|
|
template: 'index/pension/index.html',
|
|
|
filename: 'index.html',
|
|
|
- title: '' + title,
|
|
|
+ title: '小鹏管家' + title,
|
|
|
}
|
|
|
},
|
|
|
outputDir: 'dist/pension',
|