打开manifest.json的源码视图,加上(替换)如下代码即可:
"h5" : {
"devServer" : {
"port" : "8080",
// "https" : false,
"disableHostCheck" : true,
"proxy" : {
"/api.php" : {
"target" : "https://xiaodaotong.vip",
"changeOrigin" : true,
"secure" : false
}
}
}
}