From 64994cdedabbc7f194523395c0a32529d6148cac Mon Sep 17 00:00:00 2001 From: huangqj Date: Fri, 8 Mar 2024 08:35:41 +0800 Subject: [PATCH] =?UTF-8?q?feat(ui):=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gpt-vue/projects/vue-admin/src/router/menu.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/gpt-vue/projects/vue-admin/src/router/menu.ts b/gpt-vue/projects/vue-admin/src/router/menu.ts index 81e7f5b8..c68294f2 100644 --- a/gpt-vue/projects/vue-admin/src/router/menu.ts +++ b/gpt-vue/projects/vue-admin/src/router/menu.ts @@ -84,6 +84,15 @@ const menu = [ }, component: () => import("@/views/Reward/RewardContainer.vue"), }, + { + path: "/functions", + name: "Functions", + meta: { + title: "函数管理", + icon: IconCalendar, + }, + component: () => import("@/views/Functions/FunctionsContainer.vue"), + }, { path: "/chats", name: "Chats",