|
|
|
@ -43,14 +43,14 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
activated() {
|
|
|
|
|
this.$nextTick(() => {
|
|
|
|
|
// this.Url = `${location.origin}/ggfw-iframe/#/productinformation?type=${this.$route.query.type
|
|
|
|
|
// }&flag=${this.$route.query.flag}&data=${this.$route.query.data
|
|
|
|
|
// }&token=${localStorage.getItem("MSSM-LIAONING__TOKEN")}&bah=${this.$route.query.bah}`
|
|
|
|
|
|
|
|
|
|
this.Url = `http://localhost:81?type=${this.$route.query.type
|
|
|
|
|
this.Url = `${location.origin}/ggfw-iframe/#/productinformation?type=${this.$route.query.type
|
|
|
|
|
}&flag=${this.$route.query.flag}&data=${this.$route.query.data
|
|
|
|
|
}&token=${localStorage.getItem("MSSM-LIAONING__TOKEN")}&bah=${this.$route.query.bah}`
|
|
|
|
|
|
|
|
|
|
// this.Url = `http://localhost:81?type=${this.$route.query.type
|
|
|
|
|
// }&flag=${this.$route.query.flag}&data=${this.$route.query.data
|
|
|
|
|
// }&token=${localStorage.getItem("MSSM-LIAONING__TOKEN")}&bah=${this.$route.query.bah}`
|
|
|
|
|
|
|
|
|
|
let dom = document.getElementsByClassName("ifram-view");
|
|
|
|
|
let height = dom[0].getBoundingClientRect();
|
|
|
|
|
// let windowWidth = window.innerWidth;
|
|
|
|
|