Showing
1 changed file
with
1 additions
and
0 deletions
@@ -44,6 +44,7 @@ export default { | @@ -44,6 +44,7 @@ export default { | ||
44 | 44 | ||
45 | const setInterface = () => { | 45 | const setInterface = () => { |
46 | window.frames['iframe'].yohoInterface = window.yohoInterface; | 46 | window.frames['iframe'].yohoInterface = window.yohoInterface; |
47 | + window.frames['iframe'].appBaseLogs = window.appBaseLogs; | ||
47 | }; | 48 | }; |
48 | 49 | ||
49 | this.$bus.$on('after-view-enter', () => { | 50 | this.$bus.$on('after-view-enter', () => { |
-
Please register or login to post a comment