Commit 953b1a11 by qiuren

feat: 更换活动测试服域名

parent 1dbb624a
...@@ -9,7 +9,7 @@ if (location.href.indexOf("https://activity.yazhaiyabo.com/") > -1 || location.h ...@@ -9,7 +9,7 @@ if (location.href.indexOf("https://activity.yazhaiyabo.com/") > -1 || location.h
} }
else { else {
$ip = 'https://ceshi.yabolive.tv/web'; $ip = 'https://ceshi.yabolive.tv/web';
$ip2 = 'https://test.ybact.yazhaiyabo.com' $ip2 = 'https://testhy.ybact.yazhaiyabo.com'
} }
let imgUrl1, imgUrl2, imgUrl3, imgUrl4; let imgUrl1, imgUrl2, imgUrl3, imgUrl4;
......
...@@ -11,7 +11,7 @@ var flag1 = true, ...@@ -11,7 +11,7 @@ var flag1 = true,
var _url = 'http://ceshi.yabolive.tv/web'; var _url = 'http://ceshi.yabolive.tv/web';
var _url2 = 'http://test.ybact.yazhaiyabo.com/'; var _url2 = 'http://testhy.ybact.yazhaiyabo.com/';
var _url3 = 'http://ceshi.yabolive.tv'; var _url3 = 'http://ceshi.yabolive.tv';
......
var _url = 'https://ceshi.yabolive.tv/web'; var _url = 'https://ceshi.yabolive.tv/web';
var _url2 = 'https://test.ybact.yazhaiyabo.com/'; var _url2 = 'https://testhy.ybact.yazhaiyabo.com/';
var _url3 = 'https://ceshi.yabolive.tv'; var _url3 = 'https://ceshi.yabolive.tv';
var _url4 = 'http://ceshi.yabolive.tv'; var _url4 = 'http://ceshi.yabolive.tv';
var _url5 = 'https://httest.webapp.yabolive.net'; // 跳转夜间选秀 var _url5 = 'https://httest.webapp.yabolive.net'; // 跳转夜间选秀
......
...@@ -9,7 +9,7 @@ if (location.href.indexOf("https://activity.yazhaiyabo.com/") > -1) { ...@@ -9,7 +9,7 @@ if (location.href.indexOf("https://activity.yazhaiyabo.com/") > -1) {
} }
else { else {
$ip = 'http://ceshi.yabolive.tv/web'; $ip = 'http://ceshi.yabolive.tv/web';
$ip2 = 'http://test.ybact.yazhaiyabo.com' $ip2 = 'http://testhy.ybact.yazhaiyabo.com'
} }
let imgUrl1, imgUrl2, imgUrl3, imgUrl4; let imgUrl1, imgUrl2, imgUrl3, imgUrl4;
......
...@@ -7,7 +7,7 @@ if (bbb.indexOf("https://activity.yazhaiyabo.com/") > -1) { ...@@ -7,7 +7,7 @@ if (bbb.indexOf("https://activity.yazhaiyabo.com/") > -1) {
$url = "https://activity.yazhaiyabo.com"; $url = "https://activity.yazhaiyabo.com";
} else { } else {
$ip = "http://ceshi.yabolive.tv/web"; $ip = "http://ceshi.yabolive.tv/web";
$url = "http://test.ybact.yazhaiyabo.com"; $url = "http://testhy.ybact.yazhaiyabo.com";
} }
var bbb = location.href; var bbb = location.href;
var data = url_get_params(bbb); var data = url_get_params(bbb);
......
...@@ -9,7 +9,7 @@ if (bbb.indexOf("https://activity.yazhaiyabo.com/") > -1) { ...@@ -9,7 +9,7 @@ if (bbb.indexOf("https://activity.yazhaiyabo.com/") > -1) {
} else { } else {
// $ip = "http://ceshi.yabolive.tv/web"; // 旧地址 // $ip = "http://ceshi.yabolive.tv/web"; // 旧地址
$ip = "https://testactweb.yabolive.tv/web"; // 新地址 $ip = "https://testactweb.yabolive.tv/web"; // 新地址
$url = "https://test.ybact.yazhaiyabo.com"; $url = "https://testhy.ybact.yazhaiyabo.com";
} }
var bbb = location.href; var bbb = location.href;
var data = url_get_params(bbb); var data = url_get_params(bbb);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment