} else
{
require.config({
waitSeconds: 600,
paths: {
'Cesium': '../Build/Cesium/Cesium’
},
shim: {
Cesium: {
exports: 'Cesium’
}
});
不太理解为啥要修改main.js