Commit d8efe2c9 by qiuren

feat: 活动新的线上请求地址

parent 4defa655
Showing with 2 additions and 1 deletions
...@@ -3,7 +3,8 @@ ...@@ -3,7 +3,8 @@
*/ */
var bbb = location.href; var bbb = location.href;
if (bbb.indexOf("https://activity.yazhaiyabo.com/") > -1) { if (bbb.indexOf("https://activity.yazhaiyabo.com/") > -1) {
$ip = "https://webserver.yabolive.net"; // $ip = "https://webserver.yabolive.net";
$ip = "https://actweb.yabolive.net";
$url = "https://activity.yazhaiyabo.com"; $url = "https://activity.yazhaiyabo.com";
} else { } else {
// $ip = "http://ceshi.yabolive.tv/web"; // 旧地址 // $ip = "http://ceshi.yabolive.tv/web"; // 旧地址
......
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