|
@@ -114,7 +114,9 @@ const whiteList = [ |
|
|
'/sunVillage_info/fixedAssets', //固定资产 |
|
|
'/sunVillage_info/fixedAssets', //固定资产 |
|
|
'/sunVillage_info/information', //合同信息 |
|
|
'/sunVillage_info/information', //合同信息 |
|
|
'/sunVillage_info/details', //详情页 |
|
|
'/sunVillage_info/details', //详情页 |
|
|
'/sunVillage_info/index_code' //详情页 |
|
|
|
|
|
|
|
|
'/sunVillage_info/index_code', //详情页 |
|
|
|
|
|
'/sunVillage_info/list_finance', //详情页 |
|
|
|
|
|
'/sunVillage_info/list_tourists', //详情页 |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
router.beforeEach((to, from, next) => { |
|
|
router.beforeEach((to, from, next) => { |
|
@@ -156,6 +158,8 @@ router.beforeEach((to, from, next) => { |
|
|
next(`/zjdLogin`) |
|
|
next(`/zjdLogin`) |
|
|
} else if (to.path.indexOf('/yinnong') !== -1) { |
|
|
} else if (to.path.indexOf('/yinnong') !== -1) { |
|
|
next(`/yinnongLogin`) |
|
|
next(`/yinnongLogin`) |
|
|
|
|
|
} else if (window.location.href.indexOf('/sunVillage_info/') != -1) { |
|
|
|
|
|
window.location.href = '/sunVillage_info/login'; |
|
|
} else if (to.path.indexOf('/homesteadSurvey') !== -1) { |
|
|
} else if (to.path.indexOf('/homesteadSurvey') !== -1) { |
|
|
next(`/homesteadLogin`) |
|
|
next(`/homesteadLogin`) |
|
|
} else if (to.path.indexOf('/lawEnforcement') !== -1) { |
|
|
} else if (to.path.indexOf('/lawEnforcement') !== -1) { |
|
@@ -196,6 +200,8 @@ router.beforeEach((to, from, next) => { |
|
|
next(`/onlineHomeLogin`) |
|
|
next(`/onlineHomeLogin`) |
|
|
} else if (to.path.indexOf('/yinnong') !== -1) { |
|
|
} else if (to.path.indexOf('/yinnong') !== -1) { |
|
|
next(`/yinnongLogin`) |
|
|
next(`/yinnongLogin`) |
|
|
|
|
|
} else if (window.location.href.indexOf('/sunVillage_info/') != -1) { |
|
|
|
|
|
window.location.href = '/sunVillage_info/login'; |
|
|
} else if (to.path.indexOf('/homesteadSurvey') !== -1) { |
|
|
} else if (to.path.indexOf('/homesteadSurvey') !== -1) { |
|
|
next(`/homesteadLogin`) |
|
|
next(`/homesteadLogin`) |
|
|
} else if (to.path.indexOf('/lawEnforcement') !== -1) { |
|
|
} else if (to.path.indexOf('/lawEnforcement') !== -1) { |
|
|