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

const log = console.log.bind(console)