关联账号:跳转牌照房流水访问域名修改
This commit is contained in:
@@ -74,7 +74,7 @@ function EnvCheck () {
|
|||||||
var res2 = _url.match(/192.168./)
|
var res2 = _url.match(/192.168./)
|
||||||
var res3 = _url.match(/127.0/)
|
var res3 = _url.match(/127.0/)
|
||||||
var res4 = _url.match(/beta/)
|
var res4 = _url.match(/beta/)
|
||||||
var res5 = _url.match(/apidev/)
|
var res5 = _url.match(/h5dev/)
|
||||||
if (res || res1 || res2 || res3 || res4 || res5) {
|
if (res || res1 || res2 || res3 || res4 || res5) {
|
||||||
tranUrl = 'http://h5dev.yinmeng.zhongjialx.com';
|
tranUrl = 'http://h5dev.yinmeng.zhongjialx.com';
|
||||||
return 'test';
|
return 'test';
|
||||||
@@ -545,8 +545,8 @@ function getInfoFromClient () {
|
|||||||
|
|
||||||
} else {
|
} else {
|
||||||
// 非app环境调试参数
|
// 非app环境调试参数
|
||||||
pubInfo.uid = 1005555;
|
pubInfo.uid = 0;
|
||||||
pubInfo.ticket = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0aWNrZXRfdHlwZSI6bnVsbCwidWlkIjoxMDA1NTU1LCJ0aWNrZXRfaWQiOiJmOWM3NTFkNi0zNDc1LTQzODgtYmM3Yy04YjYxMTZjYTZmMDQiLCJleHAiOjM2MDAsImNsaWVudF9pZCI6ImVyYmFuLWNsaWVudCJ9.T_6aOTLK92bTJLCzO33pB8mNxIrMzYnlUrjy3jyVd30";
|
pubInfo.ticket = "";
|
||||||
// pubInfo.uid = "";
|
// pubInfo.uid = "";
|
||||||
// pubInfo.ticket = "";
|
// pubInfo.ticket = "";
|
||||||
|
|
||||||
|
@@ -85,7 +85,7 @@ $(function () {
|
|||||||
}else if(type == -1){
|
}else if(type == -1){
|
||||||
toastMsg('该房间暂未生成,无法查看')
|
toastMsg('该房间暂未生成,无法查看')
|
||||||
}else{
|
}else{
|
||||||
window.location.href = urlPrefix + '/yinmeng/modules/statistic/serial.html?codes=' + $(this).data('codes')
|
window.location.href = tranUrl + '/yinmeng/modules/statistic/serial.html?codes=' + $(this).data('codes')
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user