//网络请求基础链接 (项目域名) const base_url = 'https://www.example.com'; //请求超时事件 const timeout = 6000; module.exports = { base_url: base_url, timeout:timeout }