config.js 513 B

12345678910111213141516
  1. /* 全局配置文件 */
  2. // 接口基础地址
  3. // export const BASE_URL = 'http://192.168.1.118:8080'
  4. export const BASE_URL = 'http://www.hoomeng.pet/api'
  5. // export const BASE_URL = 'http://111.228.46.254/api'
  6. // export const BASE_URL = 'http://192.168.1.205:8080'
  7. // 请求超时时间(毫秒)
  8. export const TIMEOUT = 10000
  9. // 默认请求头
  10. export const DEFAULT_HEADERS = {
  11. 'clientid': 'fe63fea7be31b0200b496d08bc6b517d',
  12. 'X-Platform-Code': 'MfJkMNMW2JKXBuPcbP2rxkD3ynXmReAZZFm4fN7cAGwGJdKCmd'
  13. }