mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 01:04:20 +09:00
공지사항 불필요한 리스트 수정 및 FAQ 추가 개발 진행
This commit is contained in:
@@ -181,7 +181,7 @@ router.beforeEach((to, from, next) => {
|
||||
}
|
||||
|
||||
// url 홈페이지 관리
|
||||
if (nextUrl == '/homeMgt/notice') {
|
||||
if (nextUrl == '/homeMgt/notice' || nextUrl == '/homeMgt/faq') {
|
||||
moveFlag = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user