🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
--- #### **Axios跨域** ``` const service = axios.create({ baseURL: process.env.API_ROOT, // 请求地址 withCredentials: false, // 是否携带证书(不携带) timeout: 30000 // 超时时间(毫秒) }) ```