How to set Referer in axios of vue

when sending a get request with axios, you need to set the Referer parameter, which is set globally

axios.defaults.headers["Referer"] = "http://admin.sit.com/fileManage/homeManage/carousel.do?menuId=164";

but error

could you tell me how to solve this problem?

Mar.01,2021

the front end cannot set referer.

Menu