[mod] 改IP

This commit is contained in:
建喵 2022-11-09 14:49:53 +08:00
parent b926f36e74
commit e9d3f8a953

View File

@ -366,28 +366,28 @@ export class BJ_Casino_Deeplink {
// 肉乾9006
case 2: {
URLscheme["host"] = "http://192.168.5.230";
URLscheme["host"] = "http://192.168.5.71";
URLscheme["port"] = "9006";
break;
}
// 肉乾9007
case 3: {
URLscheme["host"] = "http://192.168.5.230";
URLscheme["host"] = "http://192.168.5.71";
URLscheme["port"] = "9007";
break;
}
// 肉乾9008
case 4: {
URLscheme["host"] = "http://192.168.5.230";
URLscheme["host"] = "http://192.168.5.71";
URLscheme["port"] = "9008";
break;
}
// 肉乾9009
case 5: {
URLscheme["host"] = "http://192.168.5.230";
URLscheme["host"] = "http://192.168.5.71";
URLscheme["port"] = "9009";
break;
}
@ -401,7 +401,7 @@ export class BJ_Casino_Deeplink {
// 40
case 7: {
URLscheme["host"] = "http://192.168.5.12";
URLscheme["host"] = "http://192.168.5.72";
URLscheme["port"] = "9487";
break;
}
@ -553,25 +553,25 @@ export class BJ_Casino_Deeplink {
// 打包機-Dev
case 14: {
URLscheme["patch"] = "http://192.168.5.108/BJ-Internal-Dev/";
URLscheme["patch"] = "http://192.168.5.45/BJ-Internal-Dev/";
break;
}
// 打包機-Release
case 15: {
URLscheme["patch"] = "http://192.168.5.108/BJ-Internal-Release/";
URLscheme["patch"] = "http://192.168.5.45/BJ-Internal-Release/";
break;
}
// 打包機-Submit
case 16: {
URLscheme["patch"] = "http://192.168.5.108/BJ-Submit/";
URLscheme["patch"] = "http://192.168.5.45/BJ-Submit/";
break;
}
// 打包機-Out
case 17: {
URLscheme["patch"] = "http://192.168.5.108/BJ-Out/";
URLscheme["patch"] = "http://192.168.5.45/BJ-Out/";
break;
}
@ -590,7 +590,7 @@ export class BJ_Casino_Deeplink {
let url = "";
let gameUrl = "220.134.195.1:17456";
if (!isWan) {
gameUrl = "192.168.5.108:7456";
gameUrl = "192.168.5.45:7456";
}
if (iscustom) {
let URLscheme = new URL(location.href);