mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-09-10 20:57:10 +08:00
chore: 优化关于项目菜单链接
This commit is contained in:
@@ -68,20 +68,18 @@ export const systemRoutes: RouteRecordRaw[] = [
|
||||
component: Layout,
|
||||
meta: { title: '关于项目', icon: 'apps', hidden: false, sort: 999 },
|
||||
children: [
|
||||
{
|
||||
path: '/about/document/continew',
|
||||
component: () => import('@/views/about/document/continew/index.vue'),
|
||||
meta: { title: '在线文档', icon: 'continew', hidden: false, keepAlive: true },
|
||||
},
|
||||
{
|
||||
path: '/about/document/api',
|
||||
component: () => import('@/views/about/document/api/index.vue'),
|
||||
meta: { title: '接口文档', icon: 'continew', hidden: false, keepAlive: true },
|
||||
},
|
||||
{
|
||||
path: '/about/document/arco-design-vue',
|
||||
component: () => import('@/views/about/document/arco-design-vue/index.vue'),
|
||||
meta: { title: 'Arco Design文档', icon: 'arco', hidden: false, keepAlive: true },
|
||||
path: 'https://continew.top',
|
||||
meta: { title: '在线文档', icon: 'continew', hidden: false },
|
||||
},
|
||||
{
|
||||
path: 'https://arco.design/vue/component/button',
|
||||
meta: { title: 'Arco Design文档', icon: 'arco', hidden: false },
|
||||
},
|
||||
{
|
||||
path: '/about/source',
|
||||
|
@@ -1,9 +0,0 @@
|
||||
<template>
|
||||
<GiIframe src="https://arco.design/vue/component/button"></GiIframe>
|
||||
</template>
|
||||
|
||||
<script lang='ts' setup>
|
||||
defineOptions({ name: 'AboutDocumentArcoDesignVue' })
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss"></style>
|
@@ -1,9 +0,0 @@
|
||||
<template>
|
||||
<GiIframe src="https://continew.top"></GiIframe>
|
||||
</template>
|
||||
|
||||
<script lang='ts' setup>
|
||||
defineOptions({ name: 'AboutDocumentContiNew' })
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss"></style>
|
Reference in New Issue
Block a user