摘要: 配置全局默认标题 在vue.config.js 中设置 module.exports = { //配置主路径 publicPath: '/web', chainWebpack: config => { //设置标题 默认不设置的话是项目名字 config.plugin('html').tap(arg 阅读全文
posted @ 2021-01-12 18:37 荣超 阅读(696) 评论(0) 推荐(0)