dvgis / dc-sdk

DC-SDK is based on the open source project Cesium for the second development of two three-dimensional WebGis application framework , the framework optimizes the use of Cesium and adds some additional features , designed for developers to quickly build WebGis application.🌎
http://dc.dvgis.cn
Apache License 2.0
807 stars 254 forks source link

vite-vue3 官方demo下载后运行报错 #180

Closed favourLi closed 5 months ago

favourLi commented 5 months ago

在main.js增加 import * as DC from '@dvgis/dc-sdk' 然后运行npm run dev 控制台报错 Cannot add property Analysis, object is not extensible

cavencj commented 5 months ago

window.DC = Object.create(DC)