|
|
|
@ -24,7 +24,7 @@ const props = defineProps({
|
|
|
|
<ol class="breadcrumb">
|
|
|
|
<ol class="breadcrumb">
|
|
|
|
<li class="breadcrumb-item"><a href="javascript:;" @click="router.push('/')">HOME</a></li>
|
|
|
|
<li class="breadcrumb-item"><a href="javascript:;" @click="router.push('/')">HOME</a></li>
|
|
|
|
<template v-if="props.item.path!=''">
|
|
|
|
<template v-if="props.item.path!=''">
|
|
|
|
<li class="breadcrumb-item"><a href="javascript:;" @click="router.push(props.item.pageName)">{{props.item.pageName.toUpperCase()}}</a></li>
|
|
|
|
<li class="breadcrumb-item">{{props.item.pageName.toUpperCase()}}</li>
|
|
|
|
<li class="breadcrumb-item active" aria-current="page">{{props.item.path}}</li>
|
|
|
|
<li class="breadcrumb-item active" aria-current="page">{{props.item.path}}</li>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
<template v-else>
|
|
|
|
<template v-else>
|
|
|
|
|