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 快速开发管理框架' + } } ] },