[update uat 156] 顶部面包屑去掉跳转
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
<template>
|
<template>
|
||||||
<a-breadcrumb class="breadcrumb">
|
<a-breadcrumb class="breadcrumb">
|
||||||
<a-breadcrumb-item v-for="(item, index) in breadList" :key="index">
|
<a-breadcrumb-item v-for="(item, index) in breadList" :key="index">
|
||||||
<router-link v-if="item.name + '' !== name + ''" :to="{ path: item.path }">
|
<!--<router-link v-if="item.name + '' !== name + ''" :to="{ path: item.path }">-->
|
||||||
{{ item.meta[showKey] || item.meta.title }}
|
<!-- {{ item.meta[showKey] || item.meta.title }}-->
|
||||||
</router-link>
|
<!--</router-link>-->
|
||||||
<span v-else>{{ item.meta[showKey] || item.meta.title }}</span>
|
<span>{{ item.meta[showKey] || item.meta.title }}</span>
|
||||||
</a-breadcrumb-item>
|
</a-breadcrumb-item>
|
||||||
</a-breadcrumb>
|
</a-breadcrumb>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user