module.exports = {
chainWebpack: config => {
const html = config.plugin('html-index');
html.tap(args => {
args[0].minify.removeAttributeQuotes = false;
return args;
})
},
}
1.修改mainfest.json
, "h5" : {
...,
"router" : {
"base" : "./"
},
}
https://ask.dcloud.net.cn/article/37432