Explorar el Código

添加通用查询菜单

wudla hace 4 años
padre
commit
1a2cf6fef4
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  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: '人员组织权限',