proxy: [
{
context: path => {
if (path.match(/\/api\/test$/)) {
return true;
}
},
target: 'http://localhost:9000',
changeOrigin: true,
secure: false,
headers: {
referer: 'http://localhost:9000',
},
},
]
02-06
634

04-22
7万+

09-26
3988
