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.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b38789-2b47d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b38789-2b47d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?