dev_tj
杨树林 5 years ago
parent a59f5351dc
commit d72c278be4

@ -134,6 +134,8 @@ export function initAxiosInterceptors(props) {
}
}
}else{
const str =window.location.pathname;
if(str.indexOf("/wxcode") !== -1){
const _params = window.location.search;
var u = navigator.userAgent;
if (_params) {
@ -147,6 +149,7 @@ export function initAxiosInterceptors(props) {
});
}
}
}
}catch (e) {
}

Loading…
Cancel
Save