@@ -275,7 +275,8 @@ export default {
this.count++
console.log(len == this.count);
if (len == this.count) {
- this.readGraph();
+ // this.readGraph();
+ this.view.fitSceneToView();
} else {
console.log('所有图片未加载完成');
}