This commit is contained in:
六如
2024-11-10 23:17:17 +08:00
parent 0498d0f7b5
commit 1ee4b2384c
36 changed files with 178 additions and 382 deletions

View File

@@ -44,6 +44,33 @@ const apiRouters = [
roles: ["admin"]
}
}
],
}
,
{
path: "/doc",
meta: {
title: "文档管理",
icon: "ep:document",
rank: 10
},
children: [
{
path: "/doc/setting",
name: "DocSetting",
meta: {
title: "基础配置",
roles: ["admin"]
}
},
{
path: "/doc/index",
name: "DocList",
meta: {
title: "文档管理",
roles: ["admin"]
}
}
]
}
// ,

View File

@@ -0,0 +1,11 @@
<script setup lang="ts">
</script>
<template>
</template>
<style scoped lang="scss">
</style>

View File

@@ -44,9 +44,9 @@ import {
adaptive
@paginationChange="handlePaginationChange"
>
<template #title>
<!-- <template #title>
<el-button type="primary" @click="handleAdd">新增接口</el-button>
</template>
</template>-->
</PlusTable>
<PlusDialogForm
v-model:visible="dlgShow"