mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-28 00:42:12 +08:00
fix(menu): fix externalLink not work
This commit is contained in:
@@ -33,11 +33,11 @@ const iframe: AppRouteModule = {
|
||||
},
|
||||
},
|
||||
{
|
||||
path: 'docExternal',
|
||||
path: 'https://vvbin.cn/doc-next/',
|
||||
name: 'DocExternal',
|
||||
component: IFrame,
|
||||
meta: {
|
||||
externalLink: 'https://vvbin.cn/doc-next/',
|
||||
externalLink: true,
|
||||
title: 'routes.demo.iframe.docExternal',
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user