fix: 메뉴 중복 이슈 해결 - searchWithinParent 추가

This commit is contained in:
김보곤
2026-02-03 11:00:03 +09:00
parent c6c716fdb4
commit 512a6d8e58
3 changed files with 9 additions and 3 deletions

View File

@@ -10,7 +10,9 @@
"menuNavigation": {
"level1": "생산관리",
"level2": "품목관리",
"expectedUrl": "/production/items"
"expectedUrl": "/production/items",
"searchWithinParent": true,
"closeOtherMenus": true
},
"auth": {
"username": "TestUser5",