打开manifest.json,切换源码视图,添加以下代码
"h5": {
"devServer": {
"proxy": {
"/api": {
"target": "https://www.xxx.com", //目标网址
"changeOrigin": true
}
}
}
}
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!