mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-11-12 00:59:23 +08:00
chore: 新增关于项目菜单(该菜单从动态路由调整为静态,且不再需要鉴权)
This commit is contained in:
9
src/views/about/document/api/index.vue
Normal file
9
src/views/about/document/api/index.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<GiIframe src="https://api.continew.top/doc.html"></GiIframe>
|
||||
</template>
|
||||
|
||||
<script lang='ts' setup>
|
||||
defineOptions({ name: 'AboutDocumentApi' })
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss"></style>
|
||||
Reference in New Issue
Block a user