mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-09-18 09:16:39 +08:00
feat(ui):路由
This commit is contained in:
parent
057cc1e8a6
commit
f725cf4661
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user