settinginfo.js 423 B

123456789
  1. window.FQDN = 'http://aiot.usky.cn:8089/USKYOW/index.php/index/';
  2. //请求域名写活
  3. window.FQDN2 = (window.location.host.indexOf('172.16.120.165')>-1||window.location.host.indexOf('127.0.0.1')>-1)?'http://172.16.120.165:13200/prod-api/service-website/':'http://gateway.usky.cn/prod-api/service-website/';
  4. //本地调试域名
  5. // window.FQDN2 = 'http://172.16.120.165:13200/prod-api/service-website/';