|
@ -10,7 +10,8 @@ |
|
|
> |
|
|
> |
|
|
<template v-if="index !== breadcrumbs.length - 1"> |
|
|
<template v-if="index !== breadcrumbs.length - 1"> |
|
|
<router-link to="/" v-if="item.title == '首页'"> |
|
|
<router-link to="/" v-if="item.title == '首页'"> |
|
|
<SvgIcon1 :iconPath="require(`../../assets/home-bread.svg`)" defaultColor="#8A9099" :size="16" activeColor="#006AFF"/> |
|
|
<!-- <SvgIcon1 :iconPath="require(`../../assets/home-bread.svg`)" defaultColor="#8A9099" :size="16" activeColor="#006AFF"/> --> |
|
|
|
|
|
<img class="home-icon" src="../../assets/home-bread.svg" alt=""> |
|
|
</router-link> |
|
|
</router-link> |
|
|
<router-link v-else :to="item.path">{{ item.title }}</router-link> |
|
|
<router-link v-else :to="item.path">{{ item.title }}</router-link> |
|
|
<img class="separator" src="../../assets/separator.png" alt=""> |
|
|
<img class="separator" src="../../assets/separator.png" alt=""> |
|
|