{
"h5": {
"devServer": {
"proxy": {
"/api": {
"target": "https://api.example.com",
"pathRewrite": {
"^/api": ""
}
}
}
}
}
}
网友回复
{
"h5": {
"devServer": {
"proxy": {
"/api": {
"target": "https://api.example.com",
"pathRewrite": {
"^/api": ""
}
}
}
}
}
}
网友回复