【随机密钥加密解密】数据报表页面在浏览器可以打开了,但在微信或企业微信中打开不了

This commit is contained in:
li.yuetong
2022-10-24 15:12:29 +08:00
parent e97f47a04d
commit cce28e33dd

View File

@@ -34,7 +34,10 @@ if(localStorage.getItem('apiVersion')){
apiVersion = localStorage.getItem('apiVersion')
}else{
if(ua.match(/MicroMessenger/i) == 'micromessenger'){
apiVersion = getSearchString('apiVersion')== 'V3'?'v3':'v2';//url中apiVersion没有时为v2
//report/reportList数据报表页面在浏览器可以打开了但在微信或企业微信中打开不了,接口请求不需要token
if(window.location.href.indexOf('apiVersion') > 0){
apiVersion = getSearchString('apiVersion')== 'V3'?'v3':'v2';//url中apiVersion没有时为v2
}
}else{
// 在app
if(navigator.userAgent.indexOf('JZG_') > 0){