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, 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'