fix: sys tem avatar

This commit is contained in:
zzc
2026-01-23 23:51:56 +08:00
parent e54cecad69
commit 20a71673f6
4 changed files with 356 additions and 0 deletions

View File

@@ -87,6 +87,26 @@ export const asyncRoutes = [
},
],
},
{
path: 'avatar',
component: EmptyLayout,
alwaysShow: true,
redirect: 'noRedirect',
name: 'Avatar',
meta: {
title: '头像',
icon: 'user',
permissions: ['admin'],
},
children: [
{
path: 'systemAvatar',
name: 'SystemAvatar',
component: () => import('@/views/spring/avatar/systemAvatar/index'),
meta: { title: '系统头像' },
},
],
},
{
path: 'fortune',
component: EmptyLayout,