|
@@ -4,7 +4,7 @@
|
|
|
scrolling="auto"
|
|
|
frameborder="no"
|
|
|
style="width: 100%; height: 100%"
|
|
|
- :src="url" />
|
|
|
+ :src="url"/>
|
|
|
</div>
|
|
|
|
|
|
</template>
|
|
@@ -15,7 +15,7 @@ export default {
|
|
|
data() {
|
|
|
return {
|
|
|
height: document.documentElement.clientHeight - 45.5 + "px;",
|
|
|
- url: "http://192.168.1.34:8000/"
|
|
|
+ url: "https://192.168.1.34:8000/"
|
|
|
// url:process.env.VUE_APP_BASE_API + "/static/windy.html"
|
|
|
};
|
|
|
},
|
|
@@ -25,7 +25,7 @@ export default {
|
|
|
}, 300);
|
|
|
const that = this;
|
|
|
window.onresize = function temp() {
|
|
|
- that.height = document.documentElement.clientHeight - 45.5 + "px;";
|
|
|
+ that.height = document.documentElement.clientHeight - 45.5 + "px;";
|
|
|
};
|
|
|
}
|
|
|
};
|