const host = location.hostname; const port = location.port; //const port = 8000 window.Glod = { baseURLConfig: "http://" + host + ":9000/coinage/", securitiesRollSecond: 4, // 品名库存滚动秒数 wareRollSecond: 5, // 总库库存滚动秒数 pollingMinute: 1 //轮询分钟 };