Commit 76d2c1a5 authored by zhangjun's avatar zhangjun

修改

parent ad80716b
...@@ -99,7 +99,8 @@ $(function(){ ...@@ -99,7 +99,8 @@ $(function(){
switch(msg){ switch(msg){
case '1': case '1':
openWin('warning'); openWin('warning');
setTimeout("location.href='http://nj.sell.house365.com'",3000); // setTimeout("location.href='http://nj.sell.house365.com'",3000);
setTimeout("location.href=" + "'<?= GB_NEWRENT_INDEX_URL ?>'",3000);
break; break;
case '2': case '2':
......
...@@ -403,6 +403,8 @@ define('GB_UPDATE_USER_INFO_BY_USER_ID_URL', 'http://newrenttest.house365.com/ap ...@@ -403,6 +403,8 @@ define('GB_UPDATE_USER_INFO_BY_USER_ID_URL', 'http://newrenttest.house365.com/ap
define('GB_GET_USER_INFO_BY_PHONE_URL', 'http://newrenttest.house365.com/api/tf-app/get-user-info-by-phone'); define('GB_GET_USER_INFO_BY_PHONE_URL', 'http://newrenttest.house365.com/api/tf-app/get-user-info-by-phone');
// 用户中心登录接口 // 用户中心登录接口
define('GB_UCENTER_LOGIN_URL', 'https://ucentertest.house365.com/index/login'); define('GB_UCENTER_LOGIN_URL', 'https://ucentertest.house365.com/index/login');
// 二手房首页
define('GB_NEWRENT_INDEX_URL', 'http://newrenttest.house365.com/sell/index');
if($_SERVER['SERVER_ADDR'] == '192.168.105.106') if($_SERVER['SERVER_ADDR'] == '192.168.105.106')
{ {
......
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 to comment