config.js 339 B

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