let scenePromise = viewer.scene.open("http://localhost/iserver/services/3D-S3M/rest/realspace");
scenePromise.then(layers => {
// then方法不执行
});
我发布了多个三维场景服务,当我逐个添加三维服务进场景时,第一个服务能执行then方法,加第2或3或4个时不执行。控制台的报错信息是:
GET http://localhost/iserver/services/3D-S3M/rest/realspace/datas/Config/data/path/indexData.dat 404
望告知是哪出错了,谢谢