common.js 284 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 7 8 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)