adjust footer edit page
This commit is contained in:
parent
646355d0f9
commit
ccd7adf0cb
3 changed files with 1284 additions and 822 deletions
|
|
@ -25,9 +25,10 @@ const routes = [
|
|||
component: () => import('pages/WavePage.vue')
|
||||
},
|
||||
{
|
||||
path: 'edit/:id?',
|
||||
path: 'edit',
|
||||
name: 'edit',
|
||||
component: () => import('pages/EditPage.vue')
|
||||
component: () => import('pages/EditPage.vue'),
|
||||
meta: { hideFooter: true }
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue