Commit 6fe9ee6e by qiuren

feat: 更新活动接口请求配置

parent c1687cad
Showing with 1 additions and 1 deletions
...@@ -8,7 +8,7 @@ if (bbb.indexOf("https://activity.yazhaiyabo.com/") > -1) { ...@@ -8,7 +8,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"; // 旧地址
$ip = "http://testactweb.yabolive.tv/web"; // 新地址 $ip = "https://testactweb.yabolive.tv/web"; // 新地址
$url = "http://test.ybact.yazhaiyabo.com"; $url = "http://test.ybact.yazhaiyabo.com";
} }
var bbb = location.href; var bbb = location.href;
......
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