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