feat: title
This commit is contained in:
@@ -67,7 +67,7 @@ module.exports = {
|
||||
}
|
||||
},
|
||||
scss: {
|
||||
prependData:
|
||||
prependData:
|
||||
`@import "~@/style/whole/whole.scss";$baseOss:"${baseOss}";`
|
||||
}
|
||||
},
|
||||
@@ -87,7 +87,7 @@ module.exports = {
|
||||
.end();
|
||||
config.plugin("loadshReplace").use(new LodashModuleReplacementPlugin());
|
||||
config.plugin('html').tap(args => {
|
||||
args[0].title = "智能调研工具";
|
||||
args[0].title = "智能洞察工具";
|
||||
return args;
|
||||
});
|
||||
// config.module
|
||||
|
||||
Reference in New Issue
Block a user