异物检测系统-轻轨系列
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

config.js 659B

123456789101112131415161718192021222324252627282930
  1. const Glob = {
  2. // httpserver: "http://192.168.1.190",
  3. // wsserver: "ws://192.168.1.190",
  4. // baseport :":8060",
  5. httpserver: "http://192.168.2.58",
  6. wsserver: "ws://192.168.2.58",
  7. baseport :":80",
  8. imgport : ":190",
  9. webport :":24123",
  10. vedioport:":12304",
  11. webimgport:":24124"
  12. // BaseUrl:"http://192.168.1.38:8060", // 你的接口路径(正式)
  13. // //BaseUrl:"http://xxx.apiTest.com", // 你的接口路径(测试)
  14. // imgheader : "http://192.168.1.38",
  15. // weburl="ws://192.168.1.38:24123",
  16. // webimgurl = "ws://192.168.1.38:24124",
  17. // videoUrl = 'http://192.168.1.38:12304',
  18. // appkey:"",
  19. // token:""
  20. }