mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-09-08 12:57:11 +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',
|
||||
|
9
src/views/about/document/changelog/index.vue
Normal file
9
src/views/about/document/changelog/index.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<GiIframe src="https://continew.top/admin/changelog/"></GiIframe>
|
||||
</template>
|
||||
|
||||
<script lang='ts' setup>
|
||||
defineOptions({ name: 'AboutDocumentChangelog' })
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss"></style>
|
Reference in New Issue
Block a user