Browse Source

数据回传条件首次登录

yejian 2 năm trước cách đây
mục cha
commit
4c827475c1
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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) {