mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 封装header
This commit is contained in:
+3
-2
@@ -5,13 +5,14 @@ import { createRouterGuards } from './router-guards'
|
||||
import { PageEnum } from '@/enums/pageEnum'
|
||||
import modules from '@/router/modules'
|
||||
import { HttpErrorPage, LoginRoute } from '@/router/base'
|
||||
import { Layout } from '@/router/constant'
|
||||
|
||||
const RootRoute: Array<RouteRecordRaw> = [
|
||||
{
|
||||
path: '/',
|
||||
name: 'Root',
|
||||
redirect: PageEnum.BASE_HOME_NAME,
|
||||
component: () => import('@/app.vue'),
|
||||
redirect: PageEnum.BASE_HOME,
|
||||
component: Layout,
|
||||
meta: {
|
||||
title: 'Root',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user