Aucune description

xyh bbbb5ebd9d add message window,update simulation methods il y a 1 an
public a00db42222 handleTimeChange il y a 1 an
src bbbb5ebd9d add message window,update simulation methods il y a 1 an
.gitignore 1fa8351678 first commit il y a 1 an
README.md 4f7f90d3e3 添加了指南针,并在readme中写入说明 il y a 1 an
babel.config.js 1fa8351678 first commit il y a 1 an
package-lock.json 4f7f90d3e3 添加了指南针,并在readme中写入说明 il y a 1 an
package.json 4f7f90d3e3 添加了指南针,并在readme中写入说明 il y a 1 an
vue.config.js a00db42222 handleTimeChange il y a 1 an

README.md

启动前事项

1.将node_module中cesium-navigation-es6包内的以下内容进行搜索替换

(1) import Cesium from 'cesium/Cesium' 替换为 let Cesium = require('cesium/Cesium') 
(2) defineProperties( 替换为 Object.defineProperties(