去掉固定

This commit is contained in:
chenlin
2025-12-05 15:50:28 +08:00
parent 4bca8652d6
commit 2f7436398e
2 changed files with 5 additions and 2 deletions

View File

@@ -88,7 +88,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
icon: 'ep:home-filled',
noCache: false,
hidden: true,
affix: true
affix: false
}
},
{
@@ -100,7 +100,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
icon: 'ep:home-filled',
hidden: true,
noCache: false,
affix: true
affix: false
}
}
]