杜函宇 2 years ago
commit 774e910736

@ -2,7 +2,7 @@
<div class="ifram-view" :style="iframViewStyle">
<!-- <span>!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!</span> -->
<!-- <iframe src="https://dev-mssm-liaoning.imian.org.cn/ggfw/#/firmContent/drugInfo" frameborder="0" style="width: 100%;height: 100%;"></iframe> -->
<iframe src="http://localhost:81/#/firmContent/drugInfo" frameborder="0" style="width: 100%;height: 100%;"></iframe>
<iframe :src="url" frameborder="0" style="width: 100%;height: 100%;"></iframe>
</div>
</template>
<script>
@ -11,7 +11,8 @@ export default {
return {
iframViewStyle:{
height:"",
}
},
url:`http://localhost:80/productinformation?b=${2}&token=${'UT:27da0d51-6ec8-4688-8a7e-5ecfb6daf716'}`
}
},
methods:{
@ -31,6 +32,5 @@ export default {
<style lang="scss" scoped>
.ifram-view {
background-color: #fff;
overflow-y: scroll;
}
</style>

Loading…
Cancel
Save