config.js 1.3 KB

123456789101112131415161718192021222324252627282930313233343536
  1. // api 请求路径
  2. var PLATFROM_CONFIG = {};
  3. // PLATFROM_CONFIG.baseUrl = "http://172.16.120.104:8010/" //杨强本地
  4. // PLATFROM_CONFIG.baseUrl = "http://172.16.1.196:8010/" //超博本地
  5. // PLATFROM_CONFIG.baseUrl = "https://qhome.usky.cn/fivapi/" //线上
  6. // PLATFROM_CONFIG.images = "https://qhome.usky.cn/file/" //线上图片
  7. // PLATFROM_CONFIG.fileUrl = "https://qhome.usky.cn/file/" //xlsx文件访问路径
  8. PLATFROM_CONFIG.baseUrl = "http://wx.ewoogi.com:8010/" //线上
  9. PLATFROM_CONFIG.images = "http://wx.ewoogi.com:8010/file/" //线上图片
  10. PLATFROM_CONFIG.fileUrl = "http://wx.ewoogi.com:8010/file/" //xlsx文件访问路径
  11. // 本地json文件请求路径
  12. PLATFROM_CONFIG.Interface = "/vuefiv/InterfaceReturn.json"
  13. PLATFROM_CONFIG.ione = "/vuefiv/1.json"
  14. // 当前站点 siteId 信息存储
  15. // var PLATFROM_SITEID = {};
  16. // PLATFROM_SITEID.id = 0;
  17. //alarming WEBSOCKET
  18. // let userInfo = window.localStorage.getItem("key");
  19. // var PLATFROM_WEBSOCKET = {};
  20. // PLATFROM_WEBSOCKET.wsUrl = `ws://172.16.120.246:8081/uskyWS?${userInfo}`
  21. //iframe 请求路径
  22. //http://www.thingjs.com/s/ef7ee6a73896c01bda77e679?params=105b0f77fd24654d4eebc434e9 初始路径http://172.16.120.246:9000/
  23. // var PLATFROM_IFRAME = {};
  24. // PLATFROM_IFRAME.iframeUrl = `http://www.thingjs.com/s/ef7ee6a73896c01bda77e679?params=105b0f77fd24654d4eebc434e9`