Aucune description

Haobin Luo 0437043d0b attempt to modify the cylinder. il y a 2 ans
public a00db42222 handleTimeChange il y a 2 ans
src 0437043d0b attempt to modify the cylinder. il y a 2 ans
.gitignore 1fa8351678 first commit il y a 2 ans
README.md 4f7f90d3e3 添加了指南针,并在readme中写入说明 il y a 2 ans
babel.config.js 1fa8351678 first commit il y a 2 ans
package-lock.json 4f7f90d3e3 添加了指南针,并在readme中写入说明 il y a 2 ans
package.json 4f7f90d3e3 添加了指南针,并在readme中写入说明 il y a 2 ans
vue.config.js a00db42222 handleTimeChange il y a 2 ans

README.md

启动前事项

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

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