

25030403 김혜민 BreadCrumb 홈 추가
@17d1670909abc4eaec0acd37b0ee4b0ff36346b4
--- client/views/component/Breadcrumb/Breadcrumb.vue
+++ client/views/component/Breadcrumb/Breadcrumb.vue
... | ... | @@ -1,6 +1,7 @@ |
1 | 1 |
<template> |
2 | 2 |
<div v-if="breadcrumbList.length > 0"> |
3 |
- <span v-for="(crumb, index) in breadcrumbList" :key="index"> |
|
3 |
+ <span><router-link :to="{path : '/adm/main.page'}">홈</router-link> > </span> |
|
4 |
+ <span v-for="(crumb, index) in breadcrumbList" :key="index"> |
|
4 | 5 |
{{ crumb.menuNm }} |
5 | 6 |
<span v-if="index < breadcrumbList.length - 1"> > </span> |
6 | 7 |
</span> |
--- client/views/pages/adm/system/LoginPolicy/LoginPolicy.vue
+++ client/views/pages/adm/system/LoginPolicy/LoginPolicy.vue
... | ... | @@ -41,9 +41,9 @@ |
41 | 41 |
<label for="loginModeS">SESSION 방식</label> |
42 | 42 |
</div> |
43 | 43 |
</div> |
44 |
- <span class="ml10 gray"> |
|
44 |
+ <!-- <span class="ml10 gray"> |
|
45 | 45 |
현재 로그인 방식은 <strong>{{ loginModeLabel }}</strong> 입니다. |
46 |
- </span> |
|
46 |
+ </span> --> |
|
47 | 47 |
</div> |
48 | 48 |
</div> |
49 | 49 |
<div> |
... | ... | @@ -68,7 +68,7 @@ |
68 | 68 |
</template> |
69 | 69 |
|
70 | 70 |
<script> |
71 |
-import { findAllByLoginPolicy, saveByLoginPolicy, findAllByLoginMode, saveByLoginMode } from '../../../../../resources/api/loginPolicy'; |
|
71 |
+import { findAllByLoginPolicy, saveByLoginPolicy, findAllByLoginMode, saveByLoginMode } from '../../../../../resources/api/loginPolicy.js'; |
|
72 | 72 |
import { getCntxtPth, saveCntxtPth } from '../../../../../resources/api/cntxtPth'; |
73 | 73 |
import { cacheReSet } from "../../../../../resources/api/cacheReSet"; |
74 | 74 |
import store from "../../../../../views/pages/AppStore"; |
... | ... | @@ -91,9 +91,9 @@ |
91 | 91 |
mounted() { |
92 | 92 |
}, |
93 | 93 |
computed: { |
94 |
- loginModeLabel() { |
|
95 |
- return this.lgnMode === 'J' ? 'JWT' : 'SESSION'; |
|
96 |
- } |
|
94 |
+ // loginModeLabel() { |
|
95 |
+ // return this.lgnMode === 'J' ? 'JWT' : 'SESSION'; |
|
96 |
+ // } |
|
97 | 97 |
}, |
98 | 98 |
methods: { |
99 | 99 |
async findAll() { |
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?