@ -70,7 +70,11 @@ router.beforeEach((to, from, next) => {
if (meta.isAuth === false) {
next()
} else {
next('/login')
if (to.path.indexOf('/opsVisualization/alarmProcess') == '-1') {
}
})