공지사항 불필요한 리스트 수정 및 FAQ 추가 개발 진행

This commit is contained in:
kimjhjjang
2022-11-03 17:36:23 +09:00
parent 96d1b7e5b9
commit 46bd508b8e
25 changed files with 2027 additions and 21 deletions

View File

@@ -181,7 +181,7 @@ router.beforeEach((to, from, next) => {
}
// url 홈페이지 관리
if (nextUrl == '/homeMgt/notice') {
if (nextUrl == '/homeMgt/notice' || nextUrl == '/homeMgt/faq') {
moveFlag = true;
}