mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-11-15 16:57:40 +08:00
chore: 关于菜单增加更新日志内嵌菜单,移除在线文档外链菜单
This commit is contained in:
@@ -81,8 +81,9 @@ export const systemRoutes: RouteRecordRaw[] = [
|
||||
meta: { title: '接口文档', icon: 'swagger', hidden: false, keepAlive: true },
|
||||
},
|
||||
{
|
||||
path: 'https://continew.top',
|
||||
meta: { title: '在线文档', icon: 'continew', hidden: false },
|
||||
path: '/about/document/changelog',
|
||||
component: () => import('@/views/about/document/changelog/index.vue'),
|
||||
meta: { title: '更新日志', icon: 'continew', hidden: false, keepAlive: true },
|
||||
},
|
||||
{
|
||||
path: 'https://arco.design/vue/component/button',
|
||||
|
||||
Reference in New Issue
Block a user