shaogen1995 3 年之前
父節點
當前提交
47314d66aa
共有 2 個文件被更改,包括 899 次插入897 次删除
  1. 897 895
      web/public/static/js/Hot.js
  2. 2 2
      web/public/static/js/manage.js

File diff suppressed because it is too large
+ 897 - 895
web/public/static/js/Hot.js


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