Skip to content

Commit

Permalink
feat: Team-level import and export
Browse files Browse the repository at this point in the history
  • Loading branch information
songyg committed Dec 6, 2023
1 parent 4dbe5ad commit 408c18f
Show file tree
Hide file tree
Showing 6 changed files with 214 additions and 164 deletions.
6 changes: 6 additions & 0 deletions config/router.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,12 @@ export default [
name: 'teamOverview',
authority: ['admin', 'user']
},
{
path: '/team/:teamName/region/:regionName/shared/import',
component: './EnterpriseImport',
name: 'teamSharedImport',
authority: ['admin', 'user']
},
{
path: '/team/:teamName/region/:regionName/message',
component: './Message/Index',
Expand Down
Loading

0 comments on commit 408c18f

Please sign in to comment.