proxy 配置完 axios 应该有个统一的前缀才行比如: /api /xxx这样
https://blog.csdn.net/lhkuxia/article/details/120054237
你那个 localhost:3000不用写试试,正常代理了,没见你有其它替换操作,get的时候只要写个get(‘/students’) 就可以了 ,