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