config.js 444 Bytes
module.exports = {
  //后端接口地址
  // baseUrl: 'http://10.11.38.240:9001', //内网开发环境
  // baseUrl: 'http://172.17.56.37:18082/api', //测试环境
  // baseUrl: 'http://172.17.56.16:18082/api', //ip正式环境
  baseUrl: 'https://scdcapp.chinagasholdings.com/api', //域名正式环境
  // 超时
  timeout: 30000,
  // 禁用 Cookie 等信息
  withCredentials: false,
  header: {
    //租户ID
    'tenant-id': 1
  }
}