Aucune description

xyh 748bfd59bf add ditect range il y a 1 an
public 1fa8351678 first commit il y a 1 an
src 748bfd59bf add ditect range 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 900071b21f model move 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(