diff --git a/view/yinmeng/common/js/common2.js b/view/yinmeng/common/js/common2.js index 264f16e..1f6c434 100644 --- a/view/yinmeng/common/js/common2.js +++ b/view/yinmeng/common/js/common2.js @@ -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 = ""; diff --git a/view/yinmeng/modules/associateAccount/js/index.js b/view/yinmeng/modules/associateAccount/js/index.js index 91e915c..99f8b34 100644 --- a/view/yinmeng/modules/associateAccount/js/index.js +++ b/view/yinmeng/modules/associateAccount/js/index.js @@ -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') } })