Signed-off-by: Logaxn <logaxn@foxmail.com>
This commit is contained in:
parent
698df4942d
commit
d82a5e66ce
|
@ -4,6 +4,7 @@ dist/
|
|||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
/yarn.lock
|
||||
**/*.log
|
||||
|
||||
test/unit/coverage
|
||||
|
|
|
@ -78,6 +78,19 @@ export const constantRouterMap = [
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/gift',
|
||||
component: Layout,
|
||||
// redirect: '/documentation/index',
|
||||
children: [
|
||||
{
|
||||
path: 'list',
|
||||
component: () => import('@/views/documentation/index'),
|
||||
name: 'Documentation',
|
||||
meta: { title: 'Gift List', icon: 'documentation', affix: true }
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
path: '/documentation',
|
||||
component: Layout,
|
||||
|
|
Loading…
Reference in New Issue