

250328 김혜민 사용자페이지 breadcrumb 추가
@11803331969b42edc580379feb7f5390bf15093d
--- client/views/layout/UserMenu.vue
+++ client/views/layout/UserMenu.vue
... | ... | @@ -153,6 +153,7 @@ |
153 | 153 |
if (res.status == 200) { |
154 | 154 |
this.menuList = res.data.data.menuList; |
155 | 155 |
this.fnMenuActive(this.$route.path); |
156 |
+ this.$store.commit('setMenuList', this.menuList); |
|
156 | 157 |
} |
157 | 158 |
} catch (error) { |
158 | 159 |
alert("에러가 발생했습니다.\n관리자에게 문의하세요"); |
--- client/views/pages/App.vue
+++ client/views/pages/App.vue
... | ... | @@ -11,6 +11,7 @@ |
11 | 11 |
</div> |
12 | 12 |
<div v-else v-cloak class="user-wrap relative"> |
13 | 13 |
<UserHeader v-if="path != '/login.page'"/> |
14 |
+ <Breadcrumb /> |
|
14 | 15 |
<main class="main-wrap"> |
15 | 16 |
<router-view /> |
16 | 17 |
</main> |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?