vue.config.js
chainWebpack: (config) => {
config
.plugin('html')
.tap(args => {
args[0].title = 'xxx管理系统'
return args
})
}
public/index.html
<title>xxx管理系统</title>
效果图
vue.config.js
chainWebpack: (config) => {
config
.plugin('html')
.tap(args => {
args[0].title = 'xxx管理系统'
return args
})
}
public/index.html
<title>xxx管理系统</title>
效果图