소스 검색

v3.7.0 更新到【默认首页使用keep-alive缓存】后报错

YunaiV 3 년 전
부모
커밋
2ce2287146
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      yudao-ui-admin/src/components/Breadcrumb/index.vue

+ 1 - 1
yudao-ui-admin/src/components/Breadcrumb/index.vue

@@ -45,7 +45,7 @@ export default {
       if (!name) {
         return false
       }
-      return name.trim() === '首页'
+      return name.trim() === 'Index'
     },
     handleLink(item) {
       const { redirect, path } = item