feat: 在侧边栏添加代理授权导航入口

This commit is contained in:
2026-05-06 21:40:44 +08:00
parent 9f071464bb
commit 53e60c7c07
@@ -1,5 +1,5 @@
<script lang="ts" setup> <script lang="ts" setup>
import { Boxes, Code, CreditCard, DollarSign, FileLock, Gauge, GitBranch, HardDrive, Hash, Key, Mail, Megaphone, MessageSquare, Monitor, Network, Plug, ScrollText, Settings, Shield, Smartphone, Users, Variable } from 'lucide-vue-next' import { Boxes, Code, CreditCard, DollarSign, FileLock, Gauge, GitBranch, HardDrive, Hash, Key, Mail, Megaphone, MessageSquare, Monitor, Network, Plug, ScrollText, Settings, Shield, Smartphone, Users, Variable, Share2 } from 'lucide-vue-next'
import { onMounted, onUnmounted, reactive } from 'vue' import { onMounted, onUnmounted, reactive } from 'vue'
import NavTeam from '@/components/app-sidebar/nav-team.vue' import NavTeam from '@/components/app-sidebar/nav-team.vue'
@@ -134,6 +134,11 @@ const navMain = [
url: '/admin/agents', url: '/admin/agents',
icon: Network, icon: Network,
}, },
{
title: '代理授权',
url: '/admin/agent-apps',
icon: Share2,
},
], ],
}, },
{ {