|
@@ -57,7 +57,9 @@ export default {
|
|
iframe.src = v.url + n;
|
|
iframe.src = v.url + n;
|
|
this.$refs.baseData.appendChild(iframe);
|
|
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: {
|
|
methods: {
|
|
getdata(n) {
|
|
getdata(n) {
|