基于北京SDK的方案预演功能
surprise
2024-05-07 087510aa88b0a6b6b5c648907e9dd52394621d47
1
2
3
4
5
6
7
8
9
10
11
const isWeb = location.href.indexOf("web") > -1;
 
var hostname = isWeb ? "" : location.hostname;
var port = isWeb ? "" : location.port;
var web = isWeb ? "/web" : "";
var iisHost = "http://" + hostname + ":" + port + web;
 
const config = {
  ifreamLogin: iisHost + "/mapscreen/index.html",
  jsonUrl: iisHost + "/data/json/",
};