fix warning

This commit is contained in:
hubery.wang 2020-12-04 01:22:19 +08:00
parent 519b62d43f
commit 5c48241bcb

View File

@ -73,12 +73,11 @@ export const routes = [
]
},
{
path: 'help',
path: '/help',
component: AdminLayout,
children: [
{
path: 'https://github.com/fatedier/frp',
component: () => import('@/views/Overview'),
meta: {
title: 'Help',
icon: 'help'