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