| @@ -78,40 +78,42 @@ service.interceptors.response.use(res => { | |||||
| return; | return; | ||||
| } | } | ||||
| } catch (e) { console.log(e); } | } catch (e) { console.log(e); } | ||||
| // 农业执法 | |||||
| if (window.location.href.indexOf('/lawEnforcement') != -1) { | if (window.location.href.indexOf('/lawEnforcement') != -1) { | ||||
| window.location.href = '/lawEnforcement/login'; | window.location.href = '/lawEnforcement/login'; | ||||
| return; | return; | ||||
| } | } | ||||
| // 确权回头看 | |||||
| if (window.location.href.indexOf('/authenticRight') != -1) { | if (window.location.href.indexOf('/authenticRight') != -1) { | ||||
| window.location.href = '/authenticRight/login'; | window.location.href = '/authenticRight/login'; | ||||
| return; | return; | ||||
| } | } | ||||
| // 宅基地调查 | |||||
| if (window.location.href.indexOf('/homesteadSurvey') != -1) { | if (window.location.href.indexOf('/homesteadSurvey') != -1) { | ||||
| window.location.href = '/homesteadLogin'; | window.location.href = '/homesteadLogin'; | ||||
| return; | return; | ||||
| } | } | ||||
| /* 已取消此页面 | |||||
| if (window.location.href.indexOf('/onlineHome') != -1) { | |||||
| window.location.href = '/zjdLogin'; | |||||
| return; | |||||
| }*/ | |||||
| // 事项审批 | |||||
| if (window.location.href.indexOf('/yinnong') != -1) { | if (window.location.href.indexOf('/yinnong') != -1) { | ||||
| window.location.href = '/yinnongLogin'; | window.location.href = '/yinnongLogin'; | ||||
| return; | return; | ||||
| } | } | ||||
| // 阳光村务 | |||||
| if (window.location.href.indexOf('/sunVillage_info/') != -1) { | if (window.location.href.indexOf('/sunVillage_info/') != -1) { | ||||
| window.location.href = '/sunVillage_info/login'; | window.location.href = '/sunVillage_info/login'; | ||||
| return; | return; | ||||
| } | } | ||||
| // 两清三化 | |||||
| if (window.location.href.indexOf('/homestead/') != -1) { | if (window.location.href.indexOf('/homestead/') != -1) { | ||||
| window.location.href = '/homestead/login'; | window.location.href = '/homestead/login'; | ||||
| return; | return; | ||||
| } | } | ||||
| // 生产托管 | |||||
| if (window.location.href.indexOf('/agriculturalTrusteeship') != -1){ | if (window.location.href.indexOf('/agriculturalTrusteeship') != -1){ | ||||
| window.location.href = '/agriculturalTrusteeship/login'; | window.location.href = '/agriculturalTrusteeship/login'; | ||||
| return; | return; | ||||
| } | } | ||||
| // 产权交易 | |||||
| window.location.href = '/login'; | window.location.href = '/login'; | ||||
| }) | }) | ||||
| }) | }) | ||||