|
|
@@ -1,6 +1,6 @@
|
|
|
|
|
|
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://lsjzdl.zhrct.com:1866/";
|
|
|
// var g_Prefix=window.location.href.substring(0,window.location.href.indexOf("/index.html")+1);
|
|
|
var s = window.location.href.split('/');
|
|
|
s.pop();
|
|
|
@@ -25,8 +25,8 @@ var g_HotMeshSize = {
|
|
|
var g_HotStatus=null;
|
|
|
var g_newHot = [];//存储新加热点
|
|
|
var g_HotImage= {
|
|
|
- "point":"https://super.4dage.com/images/4dagePoint2.png",
|
|
|
- "point2":"https://super.4dage.com/images/4dagePoint.png"
|
|
|
+ "point":"https://lsjzdl.zhrct.com:1866/images/4dagePoint2.png",
|
|
|
+ "point2":"https://lsjzdl.zhrct.com:1866/images/4dagePoint.png"
|
|
|
};
|
|
|
var g_saveHot=false;
|
|
|
|
|
|
@@ -897,9 +897,8 @@ Manage.prototype.weixinShare = function() {
|
|
|
|
|
|
Manage.prototype.dealURL = function(src, type){
|
|
|
//music: "///super.4dage.com/data/LYW/edit/20200928_151633415.mp3"
|
|
|
- //"https://super.4dage.com/data/LYW/edit/20200928_165319399.jpg"]
|
|
|
+ //"https://lsjzdl.zhrct.com:1866/data/LYW/edit/20200928_165319399.jpg"]
|
|
|
|
|
|
-
|
|
|
if(window.isLocal && settings.localPrefix!=void 0){//本地将线上的前缀替换
|
|
|
var oldPrefix = 'super.4dage.com/'; //最简单的地址写一个,如果有其他完全不一样的地址就用数组逐个判断
|
|
|
var index = src.indexOf(oldPrefix);
|
|
|
@@ -909,6 +908,8 @@ Manage.prototype.dealURL = function(src, type){
|
|
|
}else console.error("没有找到合适的本地链接")
|
|
|
return src
|
|
|
}else{
|
|
|
+ // 移除 https://lsjzdl.zhrct.com:1866////super.4dage.com 中的 ////super.4dage.com
|
|
|
+ src = src.replace('https://lsjzdl.zhrct.com:1866////super.4dage.com', 'https://lsjzdl.zhrct.com:1866');
|
|
|
//add https://
|
|
|
var prefix = g_Prefix.replace('https://','').replace('http://','')
|
|
|
if(!src.includes('http:/') && !src.includes('https:/') && src.includes(prefix)){
|
|
|
@@ -1031,8 +1032,8 @@ function matcher(data){
|
|
|
},
|
|
|
sid: window.number,
|
|
|
hoticon: {
|
|
|
- default: "https://super.4dage.com/images/4dagePoint2.png",
|
|
|
- higt: "https://super.4dage.com/images/4dagePoint.png"
|
|
|
+ default: "https://lsjzdl.zhrct.com:1866/images/4dagePoint2.png",
|
|
|
+ higt: "https://lsjzdl.zhrct.com:1866/images/4dagePoint.png"
|
|
|
},
|
|
|
special: "false",
|
|
|
weixinDesc: ""
|