src/assets/js/Map/rightServer.js
@@ -363,7 +363,6 @@ var getFeatureInfoFormat = new SmartEarth.Cesium.GetFeatureInfoFormat("html", null, function (html) { that.getFeatureInfo(html) }); debugger if (url.indexOf('{token}') > -1) { const token = getToken(); url = config.proxy + url.replaceAll("{token}", token);