feat(ui):路由

This commit is contained in:
huangqj 2024-03-08 08:35:41 +08:00
parent 057cc1e8a6
commit f725cf4661

View File

@ -84,6 +84,15 @@ const menu = [
}, },
component: () => import("@/views/Reward/RewardContainer.vue"), component: () => import("@/views/Reward/RewardContainer.vue"),
}, },
{
path: "/functions",
name: "Functions",
meta: {
title: "函数管理",
icon: IconCalendar,
},
component: () => import("@/views/Functions/FunctionsContainer.vue"),
},
{ {
path: "/chats", path: "/chats",
name: "Chats", name: "Chats",