mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 12:56:28 +08:00
5.0
This commit is contained in:
@@ -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"]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
// ,
|
||||
|
11
sop-admin/sop-admin-frontend/src/views/doc/index.vue
Normal file
11
sop-admin/sop-admin-frontend/src/views/doc/index.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<script setup lang="ts">
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
</template>
|
||||
|
||||
<style scoped lang="scss">
|
||||
|
||||
</style>
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user