From ebc9cf78ccaad91b9dec86b251d4f4bc5963b13c Mon Sep 17 00:00:00 2001 From: FairyEver <1711467488@qq.com> Date: Mon, 31 Aug 2020 22:17:33 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20:sparkles:=20=E6=96=B0=E7=AA=97?= =?UTF-8?q?=E5=8F=A3=E6=89=93=E5=BC=80=E9=93=BE=E6=8E=A5=20=E5=85=A5?= =?UTF-8?q?=E5=8F=A3=E4=BD=8D=E7=BD=AE=E8=BF=81=E7=A7=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/menu/index.js | 14 +------------- src/menu/modules/demo-playground.js | 12 ++++++++++++ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/menu/index.js b/src/menu/index.js index a91adcd6..5051d6a0 100644 --- a/src/menu/index.js +++ b/src/menu/index.js @@ -56,19 +56,7 @@ export const menuHeader = supplementPath([ demoD2CrudPlus, demoComponents, demoCharts, - demoPlugins, - { - title: '新窗口打开链接', - icon: 'link', - children: [ - { path: 'https://github.com/d2-projects/d2-admin', title: 'D2Admin Github', icon: 'github' }, - { path: 'https://juejin.im/user/57a48b632e958a006691b946/posts', title: '掘金', icon: 'globe' }, - { path: 'https://my.oschina.net/u/3871516', title: '开源中国', icon: 'globe' }, - { path: 'https://www.zhihu.com/people/fairy-ever/activities', title: '知乎', icon: 'globe' }, - { path: 'https://segmentfault.com/blog/liyang-note-book', title: 'segmentfault 专栏', icon: 'globe' }, - { path: 'http://www.fairyever.com/', title: 'www.fairyever.com', icon: 'globe' } - ] - } + demoPlugins ] }, demoPlayground, diff --git a/src/menu/modules/demo-playground.js b/src/menu/modules/demo-playground.js index 2eab988b..9c11dc38 100644 --- a/src/menu/modules/demo-playground.js +++ b/src/menu/modules/demo-playground.js @@ -47,6 +47,18 @@ export default { { path: `${pre}frame/report`, title: '构建分析', icon: 'pie-chart' } ] }, + { + title: '新窗口打开链接', + icon: 'link', + children: [ + { path: 'https://github.com/d2-projects/d2-admin', title: 'D2Admin Github', icon: 'github' }, + { path: 'https://juejin.im/user/57a48b632e958a006691b946/posts', title: '掘金', icon: 'globe' }, + { path: 'https://my.oschina.net/u/3871516', title: '开源中国', icon: 'globe' }, + { path: 'https://www.zhihu.com/people/fairy-ever/activities', title: '知乎', icon: 'globe' }, + { path: 'https://segmentfault.com/blog/liyang-note-book', title: 'segmentfault 专栏', icon: 'globe' }, + { path: 'http://www.fairyever.com/', title: 'www.fairyever.com', icon: 'globe' } + ] + }, { path: `${pre}store`, title: '全局状态管理',