mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-04-27 20:30:43 +08:00
ray-template 2.0
This commit is contained in:
commit
42083a76c6
@ -1,5 +1,5 @@
|
|||||||
export default {
|
export default {
|
||||||
path: '',
|
path: '/',
|
||||||
name: 'app',
|
name: 'dmeo',
|
||||||
component: () => import('@/App'),
|
component: () => import('@/App'),
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
import autoLayoutChildrenRoutes from './modules/index'
|
export const constantRoutes = [
|
||||||
|
{
|
||||||
export const constantRoutes = autoLayoutChildrenRoutes
|
path: '/',
|
||||||
|
name: 'demo-active',
|
||||||
|
component: () => import('@/App'),
|
||||||
|
},
|
||||||
|
]
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user