config.js 293 B

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