@@ -15870,10 +15870,7 @@ window.Modernizr = function(n, e, t) {
options = options || {}
if(this.sid == 'OJCzKg113653'){
-
- return;
+ return window.player.emit('loadLongVideo')
}
@@ -1,6 +1,7 @@
var g_ProjectName=window.location.pathname.substring(window.location.pathname.indexOf("/")+1,window.location.pathname.lastIndexOf("/"));
-var g_Prefix="https://super.4dage.com/";
-// var g_Prefix=window.location.origin+'/';
+// var g_Prefix="http://8.135.106.227:8009/";
+// https://super.4dage.com/
+var g_Prefix=window.location.origin+'/';
var s = window.location.href.split('/');
s.pop();
@@ -189,7 +189,12 @@ export default {
})
window.addEventListener('loadfinish', ()=> {
this.showMenu = true
+ window.player.on("loadLongVideo", ()=> {
+ this.showLoingVideo = true
+ })
+
},
methods:{
openMap(){