储存桶file文件的增删改查

This commit is contained in:
liamzi
2024-12-16 13:38:42 +08:00
parent 5882bf9548
commit 550032d1dc
4 changed files with 574 additions and 8 deletions

View File

@@ -18,9 +18,9 @@ const resourceRoutes = [
},
{
path: 'bucket',
component: lazy(() => import('@/pages/resource/team')),
component: lazy(() => import('@/pages/resource/bucket')),
name: '对象存储',
icon: 'team',
icon: 'shop',
},
];