使用产品:iclient for webgl supermapversion:39571操作系统:windows x64 按照MVT范例中加载mvt服务,报以下错误:TypeError: Cannot read properties of undefined (reading 'version') at _0x4ae6a8.serialize (SuperMap3D.js:1:4080205) at i$O.get (SuperMap3D.js:1:4254055) at Proxy.addMap (MVT.vue:76:34) 服务能加载到球上。但是报错,执行不了之后的代码 const addMap = () => { mvtMap = scene.addVectorTilesMap({ url: "http://localhost:8090/iserver/services/map-mvt-XueXiaoLuChengShiXiao2/restjsr/v1/vectortile/maps/%E5%AD%A6%E6%A0%A1%E8%B7%AF%E7%A8%8B%E6%97%B6%E6%95%88", canvasWidth: 512, name: 'testMVT', viewer: viewer }); // 等待地图加载完成 const mapboxStyle = mvtMap.mapboxStyle; const layers = mapboxStyle?.layers || []; console.log('地图加载完成,图层数量:', layers.length); // 地图添加成功后,立即获取并填充图层列表 // populateLayerList(); };