| | |
| | | query:{ |
| | | appToken:sessionStorage.appToken, |
| | | backUrl:sessionStorage.backUrl, |
| | | wxScore:sessionStorage.wxScore |
| | | } |
| | | }); |
| | | }else{ |
| | | router.push({ |
| | | path:'/', |
| | | query:{ |
| | | wxScore:sessionStorage.wxScore |
| | | } |
| | | }); |
| | | } |
| | | }, |
| | |
| | | 1340004(message){ |
| | | Notify(message); |
| | | deleteCatchInfo() |
| | | if(sessionStorage.isddxt==1){ |
| | | router.push({ |
| | | path:'/', |
| | | query:{ |
| | | platNo:'ddxt' |
| | | } |
| | | }); |
| | | }else{ |
| | | router.push('/'); |
| | | } |
| | | router.push('/'); |
| | | } |
| | | } |
| | | |
| | |
| | | 'Content-Type': 'application/json; charset=UTF-8' |
| | | } |
| | | }) |
| | | console.log($http.interceptors) |
| | | // 添加请求拦截器 |
| | | $http.interceptors.request.use(config => { |
| | | if(typeof config.data ==='undefined'){ |