mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-10-27 18:57:12 +08:00
chore: 优化关于项目菜单链接
This commit is contained in:
@@ -68,20 +68,18 @@ export const systemRoutes: RouteRecordRaw[] = [
|
|||||||
component: Layout,
|
component: Layout,
|
||||||
meta: { title: '关于项目', icon: 'apps', hidden: false, sort: 999 },
|
meta: { title: '关于项目', icon: 'apps', hidden: false, sort: 999 },
|
||||||
children: [
|
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',
|
path: '/about/document/api',
|
||||||
component: () => import('@/views/about/document/api/index.vue'),
|
component: () => import('@/views/about/document/api/index.vue'),
|
||||||
meta: { title: '接口文档', icon: 'continew', hidden: false, keepAlive: true },
|
meta: { title: '接口文档', icon: 'continew', hidden: false, keepAlive: true },
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/about/document/arco-design-vue',
|
path: 'https://continew.top',
|
||||||
component: () => import('@/views/about/document/arco-design-vue/index.vue'),
|
meta: { title: '在线文档', icon: 'continew', hidden: false },
|
||||||
meta: { title: 'Arco Design文档', icon: 'arco', hidden: false, keepAlive: true },
|
},
|
||||||
|
{
|
||||||
|
path: 'https://arco.design/vue/component/button',
|
||||||
|
meta: { title: 'Arco Design文档', icon: 'arco', hidden: false },
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: '/about/source',
|
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