From 0b439732365bf292fb54bb3c9723fc6a7a6b7612 Mon Sep 17 00:00:00 2001 From: bwstudio Date: Tue, 2 Jun 2026 20:17:25 +0800 Subject: [PATCH] feat(admin): convert sidebar to multi-level menu structure --- admin/src/layout/index.vue | 57 +++++++++++++++++++++++++++++--------- 1 file changed, 44 insertions(+), 13 deletions(-) diff --git a/admin/src/layout/index.vue b/admin/src/layout/index.vue index c9808e6..927d783 100644 --- a/admin/src/layout/index.vue +++ b/admin/src/layout/index.vue @@ -1,26 +1,39 @@