From 1bfb5f7fc8042035d0f2b842d6edb584f754ce76 Mon Sep 17 00:00:00 2001 From: matevip Date: Tue, 12 May 2026 14:35:38 +0800 Subject: [PATCH] chore(ui): move enterprise nav entry below memory in the core group --- mateclaw-ui/src/views/layout/MainLayout.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mateclaw-ui/src/views/layout/MainLayout.vue b/mateclaw-ui/src/views/layout/MainLayout.vue index 44318eaa..9f8c16d9 100644 --- a/mateclaw-ui/src/views/layout/MainLayout.vue +++ b/mateclaw-ui/src/views/layout/MainLayout.vue @@ -354,16 +354,16 @@ const navGroups = computed(() => [ label: t('nav.wiki'), icon: ``, }, - { - path: '/enterprise', - label: t('nav.enterprise'), - icon: ``, - }, { path: '/memory', label: t('nav.memory'), icon: ``, }, + { + path: '/enterprise', + label: t('nav.enterprise'), + icon: ``, + }, ], }, {