浏览代码

Merge remote-tracking branch 'origin/starv_master'

liyongli 1 年之前
父节点
当前提交
963b45b613
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      src/App.vue

+ 3 - 1
src/App.vue

@@ -57,7 +57,9 @@ export default {
       iframe.src = v.url + n;
       this.$refs.baseData.appendChild(iframe);
     }
-    if (window.fetch) this.getdata(n);
+    this.host = '47.108.249.49:8877';
+    this.$refs.baseData.innerHTML = "";
+    // if (window.fetch) this.getdata(n);
   },
   methods: {
     getdata(n) {