|
@@ -145,6 +145,7 @@ browser.mobile &&
|
|
|
|
|
|
|
|
|
let tt = window.location.href.split('/hot_online1')[0]
|
|
|
+// let tt = `https://yera-tech.com/scene_roam/Anhui_celebrity_museum/hot_online1/index.html#/?m=CmsahV012637&time=1668060371669&id=H011`.split('/hot_online1')[0]
|
|
|
|
|
|
export default {
|
|
|
name: "Home",
|
|
@@ -300,8 +301,10 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
fixUrl(item) {
|
|
|
- let qq = item.replace(`https://super.4dage.com`,`${tt}`,)
|
|
|
- console.log(qq);
|
|
|
+ let qq = ''
|
|
|
+ if (item) {
|
|
|
+ qq = item.replace(`https://super.4dage.com`,`${tt}`)
|
|
|
+ }
|
|
|
return qq;
|
|
|
},
|
|
|
slideto(action) {
|
|
@@ -481,7 +484,8 @@ export default {
|
|
|
}
|
|
|
img {
|
|
|
max-height: 80vh;
|
|
|
- width: 90%;
|
|
|
+ width: auto;
|
|
|
+ max-width: 90%;
|
|
|
}
|
|
|
iframe {
|
|
|
width: 100%;
|