common.js 284 Bytes
window._CONF_ = {
    reportApiUrl: '',
    apiUrl: window.location.hostname === 'localhost' ? 'http://store.keliuyun.com:9998' : '',
    apiUrl2: window.location.hostname === 'localhost' ? 'http://36.112.68.214:9999' : '',
    webSockUrl: ''
}

const log = console.log.bind(console)