|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
<!-- <span>!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!</span> -->
|
|
|
|
|
<!-- <iframe src="https://dev-mssm-liaoning.imian.org.cn/ggfw/#/firmContent/drugInfo" frameborder="0" style="width: 100%;height: 100%;"></iframe> -->
|
|
|
|
|
<iframe
|
|
|
|
|
:src="url"
|
|
|
|
|
:src="Url"
|
|
|
|
|
frameborder="0"
|
|
|
|
|
style="width: 100%; height: 100%"
|
|
|
|
|
ref="iframes"
|
|
|
|
@ -17,12 +17,11 @@ export default {
|
|
|
|
|
iframViewStyle: {
|
|
|
|
|
height: "",
|
|
|
|
|
},
|
|
|
|
|
url: `https://dev-mssm-liaoning.imian.org.cn/ggfw-iframe/#/productinformation?type=${
|
|
|
|
|
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")}`,
|
|
|
|
|
// url: `https://dev-mssm-liaoning.imian.org.cn/ggfw-iframe/#/productinformation`
|
|
|
|
|
// url: `http://localhost:81?type=${this.$route.query.type}&flag=${
|
|
|
|
|
// this.$route.query.flagyppzwh
|
|
|
|
|
// }&data=${this.$route.query.data}&token=${localStorage.getItem(
|
|
|
|
|