|
|
|
@ -137,7 +137,6 @@ export function initAxiosInterceptors(props) {
|
|
|
|
|
const str =window.location.pathname;
|
|
|
|
|
if(str.indexOf("/wxcode") !== -1){
|
|
|
|
|
const _params = window.location.search;
|
|
|
|
|
var u = navigator.userAgent;
|
|
|
|
|
if (_params) {
|
|
|
|
|
let _search = _params.split('?')[1];
|
|
|
|
|
_search.split('&').forEach(item => {
|
|
|
|
|