Skip to content

Commit 3f0217f

Browse files
committed
1. 新增《接口文档》《菜单路由》等
1 parent 37615e8 commit 3f0217f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/views/infra/swagger/index.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<template>
2-
<i-frame :src="url" />
2+
<div>
3+
<doc-alert title="接口文档" url="https://doc.iocoder.cn/api-doc/" />
4+
<i-frame :src="url" />
5+
</div>
36
</template>
47
<script>
58
import iFrame from "@/components/iFrame/index";

src/views/system/menu/index.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<template>
22
<div class="app-container">
33
<doc-alert title="功能权限" url="https://doc.iocoder.cn/resource-permission" />
4+
<doc-alert title="菜单路由" url="https://doc.iocoder.cn/vue2/route/" />
5+
<!-- 搜索工作栏 -->
46
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch">
57
<el-form-item label="菜单名称" prop="name">
68
<el-input v-model="queryParams.name" placeholder="请输入菜单名称" clearable @keyup.enter.native="handleQuery"/>

0 commit comments

Comments
 (0)