Browse Source

添加通用查询菜单

wudla 4 năm trước cách đây
mục cha
commit
1a2cf6fef4
1 tập tin đã thay đổi với 9 bổ sung0 xóa
  1. 9 0
      docs/.vuepress/config.js

+ 9 - 0
docs/.vuepress/config.js

@@ -14,6 +14,15 @@ module.exports = {
         sidebarDepth: 1,
         displayAllHeaders: true,
         sidebar: {
+            '/utils/query': [
+                {
+                    title: '通用查询接口',
+                    collapsable: false,
+                    children: [
+                        {title: '通用查询', path: '/utils/query'}
+                    ]
+                }
+            ],
             '/org': [
                 {
                     title: '人员组织权限',