mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 01:04:20 +09:00
배치 모니터링 커밋
This commit is contained in:
@@ -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' ||
|
||||
|
||||
Reference in New Issue
Block a user