Skip to content

Commit 82e9c8f

Browse files
author
Taois
committed
feat:多级目录返回根目录
1 parent 0cd46ae commit 82e9c8f

File tree

2 files changed

+310
-86
lines changed

2 files changed

+310
-86
lines changed

dashboard/src/components/FolderBreadcrumb.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
@click="handleGoHome"
4747
:disabled="breadcrumbs.length <= 1"
4848
class="action-btn"
49+
v-if="breadcrumbs.length > 1"
4950
>
5051
<template #icon>
5152
<icon-home />

0 commit comments

Comments
 (0)