浏览代码

Добавлен location.reload для фрейма

Book Pauk 2 年之前
父节点
当前提交
9bc4c3201c
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      client/components/ExternalLibs/ExternalLibs.vue

+ 1 - 0
client/components/ExternalLibs/ExternalLibs.vue

@@ -576,6 +576,7 @@ class ExternalLibs {
             this.frameVisible = true;
             this.$nextTick(() => {
                 if (this.$refs.frame) {
+                    this.$refs.frame.contentWindow.location.reload(true);
                     this.$refs.frame.contentWindow.focus();
                     this.frameResize();
                 }