|
@@ -1,8 +1,8 @@
|
|
|
|
|
|
var g_ProjectName=window.location.pathname.substring(window.location.pathname.indexOf("/")+1,window.location.pathname.lastIndexOf("/"));
|
|
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="http://project.4dage.com:8017/";//有自己的大场景编辑后台的 - 线上场景调试
|
|
// var g_Prefix="http://project.4dage.com:8017/";//有自己的大场景编辑后台的 - 线上场景调试
|
|
-var g_Prefix=window.origin+'/';//有自己的大场景编辑后台的 - 打包
|
|
|
|
|
|
+// var g_Prefix=window.origin+'/';//有自己的大场景编辑后台的 - 打包
|
|
// var g_Prefix=window.location.href.substring(0,window.location.href.indexOf("/index.html")+1);
|
|
// var g_Prefix=window.location.href.substring(0,window.location.href.indexOf("/index.html")+1);
|
|
var s = window.location.href.split('/');
|
|
var s = window.location.href.split('/');
|
|
s.pop();
|
|
s.pop();
|