common.js 292 Bytes
window._serverHost = window.location.hostname === 'localhost' ? 'store.keliuyun.com:9998' : window.location.host
window._baseUrl = `http://${window._serverHost}`
window._CONF_ =  {
    reportApiUrl: '',
    apiUrl: window._baseUrl,
    webSockUrl: ''
}

const log = console.log.bind(console)