sunniejs / vue-h5-template

:tada:vue搭建移动端开发,基于vue-cli4.0+webpack 4+vant ui + sass+ rem适配方案+axios封装,构建手机端模板脚手架
https://sunniejs.github.io/vue-h5-template/
MIT License
3.18k stars 883 forks source link

请问下baseURL应该写在哪里 #117

Closed dizheyoulan closed 1 year ago

dizheyoulan commented 1 year ago

我按文档写在了axios里, const service = axios.create({ baseURL: 'http://abcd.com/', withCredentials: true, timeout: 5000, }); 然而请求地址都指向本地 http://localhost:5173/api/login

fonghehe commented 1 year ago

控制台中本地的请求地址是不会改变的,但是内部的代理是会帮你代理到你的接口上,主要看接口生不生效,请求地址不代表请求的资源指向