Commit ce61d6b3 by kaisa

feat:新增请求URL配置

parent 54169c4f
Showing with 5 additions and 1 deletions
...@@ -3,12 +3,15 @@ var _url2 = 'https://test.ybact.yazhaiyabo.com/'; ...@@ -3,12 +3,15 @@ var _url2 = 'https://test.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'; // 跳转夜间选秀
var _url6 = 'https://testactweb.yabolive.tv/web';
if(location.href.indexOf('activity.yazhaiyabo.com')>-1){ if (location.href.indexOf('activity.yazhaiyabo.com') > -1) {
_url = 'https://webserver.yabolive.net'; _url = 'https://webserver.yabolive.net';
_url2 = 'https://activity.yazhaiyabo.com/'; _url2 = 'https://activity.yazhaiyabo.com/';
_url3 = 'https://webserver.yabolive.net'; _url3 = 'https://webserver.yabolive.net';
_url4 = 'https://www.yabolive.tv'; _url4 = 'https://www.yabolive.tv';
_url5 = 'https://cloudgamehall.yabolive.net'; _url5 = 'https://cloudgamehall.yabolive.net';
_url6 = 'https://actweb.yabolive.net';
} }
var cdn = 'https://big.bgp.ourpow.com/comm'; var cdn = 'https://big.bgp.ourpow.com/comm';
\ No newline at end of file
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