跨域报403错误,但是如果直接在地址栏访问是有返回的。请问该怎么解决?
proxy: { '/api': { // .. 省略其他 headers: { Referer: 'https://www.bilibili.com/' } } }