Эх сурвалжийг харах

数据回传条件首次登录

yejian 2 жил өмнө
parent
commit
4c827475c1
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) {