mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-16 06:03:42 +08:00
feat(ui): 函数管理
This commit is contained in:
@@ -42,6 +42,15 @@ const menu = [
|
||||
},
|
||||
component: () => import('@/views/Reward/RewardContainer.vue')
|
||||
},
|
||||
{
|
||||
path: '/functions',
|
||||
name: 'Functions',
|
||||
meta: {
|
||||
title: "函数管理",
|
||||
icon: IconCalendar,
|
||||
},
|
||||
component: () => import('@/views/Functions/FunctionsContainer.vue')
|
||||
},
|
||||
{
|
||||
path: '/loginLog',
|
||||
name: 'LoginLog',
|
||||
|
||||
Reference in New Issue
Block a user