这是因为需要申请token。
申请页面为:https://cesium.com/ion/tokens
在初始化viewer之前,将token加入即可
Cesium.Ion.defaultAccessToken='eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiIyMjJjMzI5YS1jZWRkLTQ1YTEtOTIzMy1lNDlmNmQyM2M0YmYiLCJpZCI6MzM2NjksImlhdCI6MTU5OTA1MDM1MH0.Aofdn9ZlfkxQl7W7F-O2XKrz5Ga8hWooRj-CkHuXeEs';
var viewer = new Cesium.Viewer('cesiumContainer',{
baseLayerPicker:false,
timeline:false,
homeButton:false,
fullscreenButton:false,
infoBox:false,
sceneModePicker:false,
navigationInstructionsInitiallyVisible:false,
navigationHelpButton:false,
geocoder:false,
animation:false,
selectionIndicator:false
});