배치 모니터링 커밋

This commit is contained in:
Leeminha
2022-11-03 17:47:49 +09:00
parent 46bd508b8e
commit e2fd670cfc
19 changed files with 817 additions and 56 deletions

View File

@@ -185,6 +185,11 @@ router.beforeEach((to, from, next) => {
moveFlag = true;
}
// url 배치 모니터링
if((nextUrl == '/sysMgt/batchList') || '/sysMgt/batchDetail'){
moveFlag = true;
}
if (!moveFlag) {
if (
fromUrl == '/login' ||