public/config/config.js
@@ -1,5 +1,7 @@ var isWeb = location.hostname.indexOf("103.85.165.") > -1; // var isWeb = false; const webUrl = location.href.indexOf("/web") > -1 ? "/web" : ""; var is_production = false;//判断是否为生产环境 var webHost = isWeb ? "103.85.165.99" + ":28888" : '192.168.20.83' + ":8888"; @@ -8,7 +10,6 @@ var iisHost = isWeb ? "103.85.165.99" + ":8050" : '192.168.20.83' + ":80"; const webUrl = true ? "/middle" : ""; //SDK许可 var StaticFileBaseUrl = webUrl + "/CIMSDK/";