|
@@ -206,7 +206,7 @@ export default {
|
|
|
|
|
|
setTimeout(() => {
|
|
|
|
|
|
- console.log('this.$refs.appRef.contentWindow.document.body;', this.$refs[val.toolId][0].contentWindow.document.body);
|
|
|
+ // console.log('this.$refs.appRef.contentWindow.document.body;', this.$refs[val.toolId][0].contentWindow.document.body);
|
|
|
|
|
|
if (!this.$refs[val.toolId][0].contentWindow.document.body) {
|
|
|
this.$refs[val.toolId][0].contentWindow.location.reload();
|