xyh bbbb5ebd9d add message window,update simulation methods | il y a 1 an | |
---|---|---|
public | il y a 1 an | |
src | il y a 1 an | |
.gitignore | il y a 1 an | |
README.md | il y a 1 an | |
babel.config.js | il y a 1 an | |
package-lock.json | il y a 1 an | |
package.json | il y a 1 an | |
vue.config.js | il y a 1 an |
1.将node_module中cesium-navigation-es6包内的以下内容进行搜索替换
(1) import Cesium from 'cesium/Cesium' 替换为 let Cesium = require('cesium/Cesium')
(2) defineProperties( 替换为 Object.defineProperties(