From 63fa2d1862bf4aa0fcb94c2d191bebefefd7a09f Mon Sep 17 00:00:00 2001 From: hooray <304327508@qq.com> Date: Sun, 31 Jul 2022 15:50:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=90=88=E4=BD=9C=E4=BC=99?= =?UTF-8?q?=E4=BC=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/modules/ecology.example.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/router/modules/ecology.example.js b/src/router/modules/ecology.example.js index 0e2a231..65f7f2e 100644 --- a/src/router/modules/ecology.example.js +++ b/src/router/modules/ecology.example.js @@ -23,7 +23,7 @@ export default [ ] }, { - path: '/plugin', + path: '/cooperation', meta: { title: '战略合作', icon: 'sidebar-cooperation' @@ -34,6 +34,12 @@ export default [ meta: { title: 'VForm 低代码表单' } + }, + { + path: 'https://gitee.com/sciqtw/quickadmin', + meta: { + title: 'QuickAdmin 快速开发管理框架' + } } ] },