ui(server): fix file editor and file manager
This commit is contained in:
parent
27e3eec5fc
commit
42d8f2cb82
7 changed files with 106 additions and 74 deletions
|
@ -97,13 +97,7 @@ export default {
|
|||
component: FileManagerContainer,
|
||||
},
|
||||
{
|
||||
route: 'files/edit/*',
|
||||
permission: 'file.*',
|
||||
name: undefined,
|
||||
component: FileEditContainer,
|
||||
},
|
||||
{
|
||||
route: 'files/new/*',
|
||||
route: 'files/:action/*',
|
||||
permission: 'file.*',
|
||||
name: undefined,
|
||||
component: FileEditContainer,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue