From 9f281f9f0f34538cde4f2537d8ac430a7aa39add Mon Sep 17 00:00:00 2001 From: fanluyan <754122931@qq.com> Date: Mon, 3 Jun 2024 10:14:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/Sidebar.vue | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/components/common/Sidebar.vue b/src/components/common/Sidebar.vue index f6767ad..a3bb1ec 100644 --- a/src/components/common/Sidebar.vue +++ b/src/components/common/Sidebar.vue @@ -196,9 +196,13 @@ export default { index: "/devicePhotoSchedule", title: "拍照时间表设置", }, + { + index: "/favorMain", + title: "一级收藏夹管理", + }, { index: "/favorInformation", - title: "收藏夹管理", + title: "二级收藏夹管理", }, // { // index: "/deviceUpgrade", @@ -280,9 +284,13 @@ export default { index: "/devicePhotoSchedule", title: "拍照时间表设置", }, + { + index: "/favorMain", + title: "一级收藏夹管理", + }, { index: "/favorInformation", - title: "收藏夹管理", + title: "二级收藏夹管理", }, // { // index: "/deviceUpgrade",