tremble il y a 4 ans
Parent
commit
6692ec073a

+ 1 - 4
web/public/static/js/main_2020_show.js

@@ -15870,10 +15870,7 @@ window.Modernizr = function(n, e, t) {
             options = options || {}
             
             if(this.sid == 'OJCzKg113653'){
-                
-                
-                
-                return;
+                return window.player.emit('loadLongVideo')
             }
             
             

+ 3 - 2
web/public/static/js/myShow.js

@@ -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();

+ 5 - 0
web/src/pages/Home.vue

@@ -189,7 +189,12 @@ export default {
     })
     window.addEventListener('loadfinish',  ()=> {
         this.showMenu = true
+        window.player.on("loadLongVideo", ()=> {
+            this.showLoingVideo = true
+        })
     })
+
+    
   },
   methods:{
       openMap(){