Commit aedbf24f by 蒋勇

d

parent 7edeb56f
......@@ -2256,6 +2256,11 @@
</div>
</div>
</div>
<div v-if="activeMenu==\'9\'" class="activeMenu8">
<div style="min-width: 1200px;">
<iframe name="midFraim" id="midFraim" src="http://118.24.142.85:81/ezPicture.aspx?method=%E6%99%BA%E8%83%BD%E5%8F%AF%E8%A7%86%E5%8C%96&guid=5c85c50a-c57c-401c-b534-2a78facd0d0d" frameborder="0" width="100%"></iframe>
</div>
</div>
</div>
</div>
</div>
......@@ -555,6 +555,9 @@
},
{
name: "生成报告",
},
{
name: "分析可视化",
}
],
activeMenu: 0,
......@@ -2091,7 +2094,9 @@
}
},
mounted: function() {
window.onresize = function(){
this.changeMobsfIframe()
}
},
created: function() {
console.log('wslhd');
......@@ -2104,6 +2109,13 @@
console.log(this.obj);
},
methods: {
changeMobsfIframe(){
const mobsf = document.getElementById('midFraim');
const deviceWidth = document.body.clientWidth;
const deviceHeight = document.body.clientHeight;
console.log(mobsf,'????????????????????');
mobsf.height = (Number(deviceHeight)-0) + 'px';
},
tiaozhan() {
this.$root.pushx({
name:"/patentsimplesearch",
......@@ -2747,6 +2759,8 @@
this.agentRank();
}else if (this.activeMenu == "8") {
this.returnsPage();
}else if (this.activeMenu == "9") {
this.changeMobsfIframe();
}
},
/*同一纬度下不同角度的分析切换 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment