Parcourir la source

1. 新增《接口文档》《菜单路由》等

YunaiV il y a 3 ans
Parent
commit
bbb5bed7da

+ 4 - 1
yudao-ui-admin/src/views/infra/swagger/index.vue

@@ -1,5 +1,8 @@
 <template>
-  <i-frame :src="url" />
+  <div>
+    <doc-alert title="接口文档" url="https://doc.iocoder.cn/api-doc/" />
+    <i-frame :src="url" />
+  </div>
 </template>
 <script>
 import iFrame from "@/components/iFrame/index";

+ 2 - 0
yudao-ui-admin/src/views/system/menu/index.vue

@@ -1,6 +1,8 @@
 <template>
   <div class="app-container">
     <doc-alert title="功能权限" url="https://doc.iocoder.cn/resource-permission" />
+    <doc-alert title="菜单路由" url="https://doc.iocoder.cn/vue2/route/" />
+    <!-- 搜索工作栏 -->
     <el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch">
       <el-form-item label="菜单名称" prop="name">
         <el-input v-model="queryParams.name" placeholder="请输入菜单名称" clearable @keyup.enter.native="handleQuery"/>