xzw 4 年之前
父節點
當前提交
88475ddf23
共有 3 個文件被更改,包括 5 次插入5 次删除
  1. 1 1
      js/main_2020_show.js
  2. 2 2
      js/myShow-edit.js
  3. 2 2
      js/myShow.js

+ 1 - 1
js/main_2020_show.js

@@ -14248,7 +14248,7 @@ window.Modernizr = function(n, e, t) {
                 }catch(e){console.log(e) }
                      
                      
-                data.flyInOnlyBySwitch = true     
+                //data.flyInOnlyBySwitch = true     
                      
                      
 				window.MP_PREFETCHED_MODELDATA = data; 

+ 2 - 2
js/myShow-edit.js

@@ -1,7 +1,7 @@
 var g_ProjectName=window.location.pathname.substring(window.location.pathname.indexOf("/")+1,window.location.pathname.lastIndexOf("/"));
-// var g_Prefix="http://super.4dage.com/";
+ var g_Prefix="http://super.4dage.com/";
 // var g_Prefix=window.location.href.substring(0,window.location.href.indexOf("/edit.html")+1);
-var g_Prefix=window.location.origin+'/';
+//var g_Prefix=window.location.origin+'/';
 
 var s = window.location.href.split('/');
 s.pop();

+ 2 - 2
js/myShow.js

@@ -1,7 +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="https://super.4dage.com/";
 // var g_Prefix=window.location.href.substring(0,window.location.href.indexOf("/index.html")+1);
-var g_Prefix=window.location.origin+'/';
+//var g_Prefix=window.location.origin+'/';
 
 var s = window.location.href.split('/');
 s.pop();