fix warning
This commit is contained in:
parent
519b62d43f
commit
5c48241bcb
@ -73,12 +73,11 @@ export const routes = [
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: 'help',
|
path: '/help',
|
||||||
component: AdminLayout,
|
component: AdminLayout,
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
path: 'https://github.com/fatedier/frp',
|
path: 'https://github.com/fatedier/frp',
|
||||||
component: () => import('@/views/Overview'),
|
|
||||||
meta: {
|
meta: {
|
||||||
title: 'Help',
|
title: 'Help',
|
||||||
icon: 'help'
|
icon: 'help'
|
||||||
|
Loading…
Reference in New Issue
Block a user