Explorar o código

数据回传条件首次登录

yejian %!s(int64=2) %!d(string=hai) anos
pai
achega
4c827475c1
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  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) {