|
|
|
@ -6,6 +6,8 @@
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
<script>
|
|
|
|
|
import { mapGetters } from "vuex";
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
|
data() {
|
|
|
|
|
return {
|
|
|
|
@ -26,6 +28,9 @@ export default {
|
|
|
|
|
this.$nextTick(() => { });
|
|
|
|
|
},
|
|
|
|
|
methods: {},
|
|
|
|
|
computed: {
|
|
|
|
|
...mapGetters(["realName"]),
|
|
|
|
|
},
|
|
|
|
|
mounted() {
|
|
|
|
|
// this.$nextTick(() => {
|
|
|
|
|
// let dom = document.getElementsByClassName("ifram-view");
|
|
|
|
@ -45,11 +50,11 @@ export default {
|
|
|
|
|
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}`
|
|
|
|
|
}&token=${localStorage.getItem("MSSM-LIAONING__TOKEN")}&realName=${this.realName}&bah=${this.$route.query.bah}`
|
|
|
|
|
|
|
|
|
|
// this.Url = `http://localhost:82?type=${this.$route.query.type
|
|
|
|
|
// 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}`
|
|
|
|
|
// }&token=${localStorage.getItem("MSSM-LIAONING__TOKEN")}&realName=${this.realName}&bah=${this.$route.query.bah}`
|
|
|
|
|
|
|
|
|
|
let dom = document.getElementsByClassName("ifram-view");
|
|
|
|
|
let height = dom[0].getBoundingClientRect();
|
|
|
|
|