Parcourir la source

数据回传条件首次登录

yejian il y a 2 ans
Parent
commit
4c827475c1
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  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) {