This commit is contained in:
yiqiuyang
2025-10-16 15:50:48 +08:00
4 changed files with 436 additions and 10 deletions

View File

@ -89,6 +89,15 @@ const routes = [
title: '下载中心',
},
},
// ============================================ 管理页面 ============================================
{
path: '/manager',
name: 'Manager',
component: () => import('@/views/manager/index.vue'),
meta: {
title: '管理中心',
},
},
]
const router = createRouter({