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",