月球大数据地理空间分析展示平台-【前端】-月球2期前端
surprise
2023-10-26 f4a54f5d378fb194d4132de2668e5d85a255b8ff
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);