关联账号:跳转牌照房流水访问域名修改

This commit is contained in:
qf
2023-04-04 15:38:05 +08:00
parent 34bdf2be98
commit fd4bc1e1b7
2 changed files with 4 additions and 4 deletions

View File

@@ -74,7 +74,7 @@ function EnvCheck () {
var res2 = _url.match(/192.168./)
var res3 = _url.match(/127.0/)
var res4 = _url.match(/beta/)
var res5 = _url.match(/apidev/)
var res5 = _url.match(/h5dev/)
if (res || res1 || res2 || res3 || res4 || res5) {
tranUrl = 'http://h5dev.yinmeng.zhongjialx.com';
return 'test';
@@ -545,8 +545,8 @@ function getInfoFromClient () {
} else {
// 非app环境调试参数
pubInfo.uid = 1005555;
pubInfo.ticket = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0aWNrZXRfdHlwZSI6bnVsbCwidWlkIjoxMDA1NTU1LCJ0aWNrZXRfaWQiOiJmOWM3NTFkNi0zNDc1LTQzODgtYmM3Yy04YjYxMTZjYTZmMDQiLCJleHAiOjM2MDAsImNsaWVudF9pZCI6ImVyYmFuLWNsaWVudCJ9.T_6aOTLK92bTJLCzO33pB8mNxIrMzYnlUrjy3jyVd30";
pubInfo.uid = 0;
pubInfo.ticket = "";
// pubInfo.uid = "";
// pubInfo.ticket = "";

View File

@@ -85,7 +85,7 @@ $(function () {
}else if(type == -1){
toastMsg('该房间暂未生成,无法查看')
}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')
}
})