mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 05:12:34 +09:00
공지사항 불필요한 리스트 수정 및 FAQ 추가 개발 진행
This commit is contained in:
@@ -22,6 +22,9 @@
|
||||
<li>
|
||||
<router-link to="/homeMgt/notice">공지사항</router-link>
|
||||
</li>
|
||||
<li>
|
||||
<router-link to="/homeMgt/faq">자주하는 질문</router-link>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</li>
|
||||
@@ -175,7 +178,8 @@ export default {
|
||||
this.menuList = null;
|
||||
}
|
||||
})
|
||||
.catch((rsponse) => {
|
||||
.catch((response) => {
|
||||
console.log(response);
|
||||
this.menuList = null;
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user