satisfies both the beginning of / api and the need to forward to aaa,
/ api/order to bbb.
"/api/": { //
target: "http://dev.api.aaa.cn",
changeOrigin: true
},
"/api/order": {
target: "http://dev.api.bbb.cn/",
changeOrigin: true
},
read the relevant documentation and did not find a suitable solution. ?