Aucune description

xyh 0bfd6d8e51 实现导入切换 更改干扰机制 il y a 1 an
public a00db42222 handleTimeChange il y a 2 ans
src 0bfd6d8e51 实现导入切换 更改干扰机制 il y a 1 an
.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(