ray-template 2.0

This commit is contained in:
chuan_wuhao 2022-11-18 11:28:20 +08:00
commit 42083a76c6
2 changed files with 9 additions and 5 deletions

View File

@ -1,5 +1,5 @@
export default { export default {
path: '', path: '/',
name: 'app', name: 'dmeo',
component: () => import('@/App'), component: () => import('@/App'),
} }

View File

@ -1,6 +1,10 @@
import autoLayoutChildrenRoutes from './modules/index' export const constantRoutes = [
{
export const constantRoutes = autoLayoutChildrenRoutes path: '/',
name: 'demo-active',
component: () => import('@/App'),
},
]
/** /**
* *