feat(ui): 函数管理

This commit is contained in:
廖彦棋
2024-03-07 11:40:57 +08:00
parent a36f14eb94
commit 8e7413da97
17 changed files with 506 additions and 17 deletions

View File

@@ -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',