【随机密钥加密解密】兼容数据报表页面在微信或企业微信中,默认是v3

This commit is contained in:
li.yuetong
2022-10-24 19:27:54 +08:00
parent cce28e33dd
commit 3ae0badc7d

View File

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