Skip to content

Runtime API Examples

This page demonstrates usage of some of the runtime APIs provided by VitePress.

The main useData() API can be used to access site, theme, and page data for the current page. It works in both .md and .vue files:

md
<script setup>
import { useData } from 'vitepress'

const { theme, page, frontmatter } = useData()
</script>

## Results

### Theme Data
<pre>{{ theme }}</pre>

### Page Data
<pre>{{ page }}</pre>

### Page Frontmatter
<pre>{{ frontmatter }}</pre>

Results

Theme Data

{
  "logo": "/logo.png",
  "search": {
    "provider": "local",
    "options": {}
  },
  "nav": [
    {
      "text": "首页",
      "link": "/"
    },
    {
      "text": "用户手册",
      "link": "/operation-manual/mall-system/salesProcess"
    },
    {
      "text": "梵医云商城",
      "link": "https://admin.fanyicloud.com.cn/"
    }
  ],
  "sidebar": [
    {
      "text": "梵医云管理系统操作手册",
      "collapsed": true,
      "items": [
        {
          "text": "培训文档",
          "link": "/operation-manual/mall-system/training-guide-with-images"
        },
        {
          "text": "商品销售全流程交互指南",
          "link": "/operation-manual/mall-system/salesProcess"
        },
        {
          "text": "商家入驻+后台操作流程",
          "collapsed": true,
          "link": "/operation-manual/shopregister"
        },
        {
          "text": "首页",
          "collapsed": true,
          "link": "/operation-manual/home"
        },
        {
          "text": "商家信息",
          "collapsed": true,
          "items": [
            {
              "text": "商家(企业)审核",
              "collapsed": true,
              "items": [
                {
                  "text": "审核",
                  "link": "/operation-manual/merchant-info/merchant-audit/audit"
                },
                {
                  "text": "授权类目",
                  "link": "/operation-manual/merchant-info/merchant-audit/auth-category"
                },
                {
                  "text": "查询",
                  "link": "/operation-manual/merchant-info/merchant-audit/query"
                },
                {
                  "text": "更新",
                  "link": "/operation-manual/merchant-info/merchant-audit/update"
                },
                {
                  "text": "审核商家",
                  "link": "/operation-manual/merchant-info/merchant-audit/audit-merchant"
                }
              ]
            },
            {
              "text": "基础信息",
              "link": "/operation-manual/merchant-info/basic-info"
            },
            {
              "text": "提现记录",
              "collapsed": true,
              "items": [
                {
                  "text": "转帐反馈",
                  "link": "/operation-manual/merchant-info/withdrawal-record/transfer-feedback"
                },
                {
                  "text": "审核",
                  "link": "/operation-manual/merchant-info/withdrawal-record/audit"
                },
                {
                  "text": "导出",
                  "link": "/operation-manual/merchant-info/withdrawal-record/export"
                }
              ]
            },
            {
              "text": "经营范围",
              "collapsed": true,
              "items": [
                {
                  "text": "创建经营范围",
                  "link": "/operation-manual/merchant-info/business-scope/create"
                },
                {
                  "text": "更新经验范围",
                  "link": "/operation-manual/merchant-info/business-scope/update"
                },
                {
                  "text": "删除经营范围",
                  "link": "/operation-manual/merchant-info/business-scope/delete"
                },
                {
                  "text": "获得经营范围",
                  "link": "/operation-manual/merchant-info/business-scope/get"
                }
              ]
            },
            {
              "text": "聊天室",
              "link": "/operation-manual/merchant-info/chat-room"
            }
          ]
        },
        {
          "text": "会议管理",
          "collapsed": true,
          "items": [
            {
              "text": "会议主题",
              "link": "/operation-manual/meeting-management/meeting-topic"
            },
            {
              "text": "会议签到",
              "collapsed": true,
              "items": [
                {
                  "text": "签到",
                  "link": "/operation-manual/meeting-management/meeting-checkin/checkin"
                },
                {
                  "text": "更新",
                  "link": "/operation-manual/meeting-management/meeting-checkin/update"
                }
              ]
            }
          ]
        },
        {
          "text": "社区医院",
          "collapsed": true,
          "items": [
            {
              "text": "医院管理",
              "collapsed": true,
              "items": [
                {
                  "text": "查询",
                  "link": "/operation-manual/community-hospital/hospital-management/query"
                },
                {
                  "text": "新增",
                  "link": "/operation-manual/community-hospital/hospital-management/add"
                },
                {
                  "text": "导出",
                  "link": "/operation-manual/community-hospital/hospital-management/export"
                },
                {
                  "text": "更新",
                  "link": "/operation-manual/community-hospital/hospital-management/update"
                },
                {
                  "text": "删除",
                  "link": "/operation-manual/community-hospital/hospital-management/delete"
                }
              ]
            },
            {
              "text": "商品管理",
              "collapsed": true,
              "items": [
                {
                  "text": "查询",
                  "link": "/operation-manual/community-hospital/product-management/query"
                },
                {
                  "text": "新增",
                  "link": "/operation-manual/community-hospital/product-management/add"
                },
                {
                  "text": "更新",
                  "link": "/operation-manual/community-hospital/product-management/update"
                },
                {
                  "text": "删除",
                  "link": "/operation-manual/community-hospital/product-management/delete"
                },
                {
                  "text": "上架",
                  "link": "/operation-manual/community-hospital/product-management/list"
                },
                {
                  "text": "下架",
                  "link": "/operation-manual/community-hospital/product-management/unlist"
                }
              ]
            },
            {
              "text": "订单管理",
              "collapsed": true,
              "items": [
                {
                  "text": "查询",
                  "link": "/operation-manual/community-hospital/order-management/query"
                },
                {
                  "text": "导出",
                  "link": "/operation-manual/community-hospital/order-management/export"
                },
                {
                  "text": "更新",
                  "link": "/operation-manual/community-hospital/order-management/update"
                },
                {
                  "text": "结算",
                  "link": "/operation-manual/community-hospital/order-management/settle"
                },
                {
                  "text": "删除",
                  "link": "/operation-manual/community-hospital/order-management/delete"
                }
              ]
            }
          ]
        },
        {
          "text": "系统管理",
          "collapsed": true,
          "items": [
            {
              "text": "租户管理",
              "collapsed": true,
              "items": [
                {
                  "text": "租户列表",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "租户查询",
                      "link": "/operation-manual/system-management/tenant-management/tenant-list/query"
                    },
                    {
                      "text": "租户创建",
                      "link": "/operation-manual/system-management/tenant-management/tenant-list/create"
                    },
                    {
                      "text": "租户更新",
                      "link": "/operation-manual/system-management/tenant-management/tenant-list/update"
                    },
                    {
                      "text": "租户删除",
                      "link": "/operation-manual/system-management/tenant-management/tenant-list/delete"
                    },
                    {
                      "text": "租户导出",
                      "link": "/operation-manual/system-management/tenant-management/tenant-list/export"
                    }
                  ]
                },
                {
                  "text": "租户套餐",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "租户套餐查询",
                      "link": "/operation-manual/system-management/tenant-management/tenant-package/query"
                    },
                    {
                      "text": "租户套餐创建",
                      "link": "/operation-manual/system-management/tenant-management/tenant-package/create"
                    },
                    {
                      "text": "租户套餐更新",
                      "link": "/operation-manual/system-management/tenant-management/tenant-package/update"
                    },
                    {
                      "text": "租户套餐删除",
                      "link": "/operation-manual/system-management/tenant-management/tenant-package/delete"
                    }
                  ]
                }
              ]
            },
            {
              "text": "类目管理",
              "collapsed": true,
              "items": [
                {
                  "text": "创建类目",
                  "link": "/operation-manual/system-management/category-management/create"
                },
                {
                  "text": "更新类目",
                  "link": "/operation-manual/system-management/category-management/update"
                },
                {
                  "text": "删除类目",
                  "link": "/operation-manual/system-management/category-management/delete"
                },
                {
                  "text": "获得类目",
                  "link": "/operation-manual/system-management/category-management/get"
                }
              ]
            },
            {
              "text": "用户管理",
              "collapsed": true,
              "items": [
                {
                  "text": "用户查询",
                  "link": "/operation-manual/system-management/user-management/query"
                },
                {
                  "text": "用户新增",
                  "link": "/operation-manual/system-management/user-management/add"
                },
                {
                  "text": "用户修改",
                  "link": "/operation-manual/system-management/user-management/update"
                },
                {
                  "text": "用户删除",
                  "link": "/operation-manual/system-management/user-management/delete"
                },
                {
                  "text": "用户导出",
                  "link": "/operation-manual/system-management/user-management/export"
                },
                {
                  "text": "用户导入",
                  "link": "/operation-manual/system-management/user-management/import"
                },
                {
                  "text": "重置密码",
                  "link": "/operation-manual/system-management/user-management/reset-password"
                },
                {
                  "text": "分配角色",
                  "link": "/operation-manual/system-management/user-management/assign-role"
                }
              ]
            },
            {
              "text": "角色管理",
              "collapsed": true,
              "items": [
                {
                  "text": "角色查询",
                  "link": "/operation-manual/system-management/role-management/query"
                },
                {
                  "text": "角色新增",
                  "link": "/operation-manual/system-management/role-management/add"
                },
                {
                  "text": "角色修改",
                  "link": "/operation-manual/system-management/role-management/update"
                },
                {
                  "text": "角色删除",
                  "link": "/operation-manual/system-management/role-management/delete"
                },
                {
                  "text": "角色导出",
                  "link": "/operation-manual/system-management/role-management/export"
                },
                {
                  "text": "设置角色菜单权限",
                  "link": "/operation-manual/system-management/role-management/set-menu-permission"
                },
                {
                  "text": "设置角色数据权限",
                  "link": "/operation-manual/system-management/role-management/set-data-permission"
                },
                {
                  "text": "设置用户角色",
                  "link": "/operation-manual/system-management/role-management/set-user-role"
                }
              ]
            },
            {
              "text": "菜单管理",
              "collapsed": true,
              "items": [
                {
                  "text": "菜单查询",
                  "link": "/operation-manual/system-management/menu-management/query"
                },
                {
                  "text": "菜单新增",
                  "link": "/operation-manual/system-management/menu-management/add"
                },
                {
                  "text": "菜单修改",
                  "link": "/operation-manual/system-management/menu-management/update"
                },
                {
                  "text": "菜单删除",
                  "link": "/operation-manual/system-management/menu-management/delete"
                }
              ]
            },
            {
              "text": "部门管理",
              "collapsed": true,
              "items": [
                {
                  "text": "部门查询",
                  "link": "/operation-manual/system-management/dept-management/query"
                },
                {
                  "text": "部门新增",
                  "link": "/operation-manual/system-management/dept-management/add"
                },
                {
                  "text": "部门修改",
                  "link": "/operation-manual/system-management/dept-management/update"
                },
                {
                  "text": "部门删除",
                  "link": "/operation-manual/system-management/dept-management/delete"
                }
              ]
            },
            {
              "text": "岗位管理",
              "collapsed": true,
              "items": [
                {
                  "text": "岗位查询",
                  "link": "/operation-manual/system-management/post-management/query"
                },
                {
                  "text": "岗位新增",
                  "link": "/operation-manual/system-management/post-management/add"
                },
                {
                  "text": "岗位修改",
                  "link": "/operation-manual/system-management/post-management/update"
                },
                {
                  "text": "岗位删除",
                  "link": "/operation-manual/system-management/post-management/delete"
                },
                {
                  "text": "岗位导出",
                  "link": "/operation-manual/system-management/post-management/export"
                }
              ]
            },
            {
              "text": "字典管理",
              "collapsed": true,
              "items": [
                {
                  "text": "字典查询",
                  "link": "/operation-manual/system-management/dict-management/query"
                },
                {
                  "text": "字典新增",
                  "link": "/operation-manual/system-management/dict-management/add"
                },
                {
                  "text": "字典修改",
                  "link": "/operation-manual/system-management/dict-management/update"
                },
                {
                  "text": "字典删除",
                  "link": "/operation-manual/system-management/dict-management/delete"
                },
                {
                  "text": "字典导出",
                  "link": "/operation-manual/system-management/dict-management/export"
                }
              ]
            },
            {
              "text": "消息中心",
              "collapsed": true,
              "items": [
                {
                  "text": "短信管理",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "短信渠道",
                      "collapsed": true,
                      "items": [
                        {
                          "text": "短信渠道查询",
                          "link": "/operation-manual/system-management/message-center/sms-management/sms-channel/query"
                        },
                        {
                          "text": "短信渠道创建",
                          "link": "/operation-manual/system-management/message-center/sms-management/sms-channel/create"
                        },
                        {
                          "text": "短信渠道更新",
                          "link": "/operation-manual/system-management/message-center/sms-management/sms-channel/update"
                        },
                        {
                          "text": "短信渠道删除",
                          "link": "/operation-manual/system-management/message-center/sms-management/sms-channel/delete"
                        }
                      ]
                    },
                    {
                      "text": "短信模板",
                      "collapsed": true,
                      "items": [
                        {
                          "text": "短信模板查询",
                          "link": "/operation-manual/system-management/message-center/sms-management/sms-template/query"
                        },
                        {
                          "text": "短信模板创建",
                          "link": "/operation-manual/system-management/message-center/sms-management/sms-template/create"
                        },
                        {
                          "text": "短信模板更新",
                          "link": "/operation-manual/system-management/message-center/sms-management/sms-template/update"
                        },
                        {
                          "text": "短信模板删除",
                          "link": "/operation-manual/system-management/message-center/sms-management/sms-template/delete"
                        },
                        {
                          "text": "短信模板导出",
                          "link": "/operation-manual/system-management/message-center/sms-management/sms-template/export"
                        },
                        {
                          "text": "发送测试短信",
                          "link": "/operation-manual/system-management/message-center/sms-management/sms-template/send-test"
                        }
                      ]
                    },
                    {
                      "text": "短信日志",
                      "collapsed": true,
                      "items": [
                        {
                          "text": "短信日志查询",
                          "link": "/operation-manual/system-management/message-center/sms-management/sms-log/query"
                        },
                        {
                          "text": "短信日志导出",
                          "link": "/operation-manual/system-management/message-center/sms-management/sms-log/export"
                        }
                      ]
                    }
                  ]
                },
                {
                  "text": "邮箱管理",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "邮箱账号",
                      "collapsed": true,
                      "items": [
                        {
                          "text": "账号查询",
                          "link": "/operation-manual/system-management/message-center/email-management/email-account/query"
                        },
                        {
                          "text": "账号创建",
                          "link": "/operation-manual/system-management/message-center/email-management/email-account/create"
                        },
                        {
                          "text": "账号更新",
                          "link": "/operation-manual/system-management/message-center/email-management/email-account/update"
                        },
                        {
                          "text": "账号删除",
                          "link": "/operation-manual/system-management/message-center/email-management/email-account/delete"
                        }
                      ]
                    },
                    {
                      "text": "邮件模版",
                      "collapsed": true,
                      "items": [
                        {
                          "text": "模版查询",
                          "link": "/operation-manual/system-management/message-center/email-management/email-template/query"
                        },
                        {
                          "text": "模版创建",
                          "link": "/operation-manual/system-management/message-center/email-management/email-template/create"
                        },
                        {
                          "text": "模版更新",
                          "link": "/operation-manual/system-management/message-center/email-management/email-template/update"
                        },
                        {
                          "text": "模版删除",
                          "link": "/operation-manual/system-management/message-center/email-management/email-template/delete"
                        },
                        {
                          "text": "发送测试邮件",
                          "link": "/operation-manual/system-management/message-center/email-management/email-template/send-test"
                        }
                      ]
                    },
                    {
                      "text": "邮件记录",
                      "collapsed": true,
                      "items": [
                        {
                          "text": "日志查询",
                          "link": "/operation-manual/system-management/message-center/email-management/email-record/query"
                        }
                      ]
                    }
                  ]
                },
                {
                  "text": "站内信管理",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "模板管理",
                      "collapsed": true,
                      "items": [
                        {
                          "text": "站内信模板查询",
                          "link": "/operation-manual/system-management/message-center/inner-message-management/template/query"
                        },
                        {
                          "text": "站内信模板创建",
                          "link": "/operation-manual/system-management/message-center/inner-message-management/template/create"
                        },
                        {
                          "text": "站内信模板更新",
                          "link": "/operation-manual/system-management/message-center/inner-message-management/template/update"
                        },
                        {
                          "text": "站内信模板删除",
                          "link": "/operation-manual/system-management/message-center/inner-message-management/template/delete"
                        },
                        {
                          "text": "发送测试站内信",
                          "link": "/operation-manual/system-management/message-center/inner-message-management/template/send-test"
                        }
                      ]
                    },
                    {
                      "text": "消息记录",
                      "collapsed": true,
                      "items": [
                        {
                          "text": "站内信消息查询",
                          "link": "/operation-manual/system-management/message-center/inner-message-management/record/query"
                        }
                      ]
                    }
                  ]
                },
                {
                  "text": "通知公告",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "公告查询",
                      "link": "/operation-manual/system-management/message-center/notice/query"
                    },
                    {
                      "text": "公告新增",
                      "link": "/operation-manual/system-management/message-center/notice/add"
                    },
                    {
                      "text": "公告修改",
                      "link": "/operation-manual/system-management/message-center/notice/update"
                    },
                    {
                      "text": "公告删除",
                      "link": "/operation-manual/system-management/message-center/notice/delete"
                    }
                  ]
                }
              ]
            },
            {
              "text": "审计日志",
              "collapsed": true,
              "items": [
                {
                  "text": "操作日志",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "操作查询",
                      "link": "/operation-manual/system-management/audit-log/operation-log/query"
                    },
                    {
                      "text": "日志导出",
                      "link": "/operation-manual/system-management/audit-log/operation-log/export"
                    }
                  ]
                },
                {
                  "text": "登录日志",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "登录查询",
                      "link": "/operation-manual/system-management/audit-log/login-log/query"
                    },
                    {
                      "text": "日志导出",
                      "link": "/operation-manual/system-management/audit-log/login-log/export"
                    }
                  ]
                }
              ]
            },
            {
              "text": "OAuth 2.0",
              "collapsed": true,
              "items": [
                {
                  "text": "应用管理",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "客户端查询",
                      "link": "/operation-manual/system-management/oauth2/app-management/client-query"
                    },
                    {
                      "text": "客户端创建",
                      "link": "/operation-manual/system-management/oauth2/app-management/client-create"
                    },
                    {
                      "text": "客户端更新",
                      "link": "/operation-manual/system-management/oauth2/app-management/client-update"
                    },
                    {
                      "text": "客户端删除",
                      "link": "/operation-manual/system-management/oauth2/app-management/client-delete"
                    }
                  ]
                },
                {
                  "text": "令牌管理",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "令牌列表",
                      "collapsed": true,
                      "items": [
                        {
                          "text": "令牌删除",
                          "link": "/operation-manual/system-management/oauth2/token-management/token-list/token-delete"
                        }
                      ]
                    }
                  ]
                }
              ]
            },
            {
              "text": "三方登录",
              "collapsed": true,
              "items": [
                {
                  "text": "三方应用",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "三方应用查询",
                      "link": "/operation-manual/system-management/third-party-login/third-party-app/query"
                    },
                    {
                      "text": "三方应用创建",
                      "link": "/operation-manual/system-management/third-party-login/third-party-app/create"
                    },
                    {
                      "text": "三方应用更新",
                      "link": "/operation-manual/system-management/third-party-login/third-party-app/update"
                    },
                    {
                      "text": "三方应用删除",
                      "link": "/operation-manual/system-management/third-party-login/third-party-app/delete"
                    }
                  ]
                },
                {
                  "text": "三方用户",
                  "link": "/operation-manual/system-management/third-party-login/third-party-user"
                }
              ]
            },
            {
              "text": "地区管理",
              "link": "/operation-manual/system-management/region-management"
            },
            {
              "text": "应用版本",
              "collapsed": true,
              "items": [
                {
                  "text": "应用版本查询",
                  "link": "/operation-manual/system-management/app-version/query"
                },
                {
                  "text": "应用版本更新",
                  "link": "/operation-manual/system-management/app-version/update"
                },
                {
                  "text": "应用版本新增",
                  "link": "/operation-manual/system-management/app-version/add"
                },
                {
                  "text": "应用版本删除",
                  "link": "/operation-manual/system-management/app-version/delete"
                },
                {
                  "text": "应用版本详情",
                  "link": "/operation-manual/system-management/app-version/detail"
                }
              ]
            }
          ]
        },
        {
          "text": "会员中心",
          "collapsed": true,
          "items": [
            {
              "text": "会员管理",
              "collapsed": true,
              "items": [
                {
                  "text": "会员用户查询",
                  "link": "/operation-manual/member-center/member-management/user-query"
                },
                {
                  "text": "会员用户更新",
                  "link": "/operation-manual/member-center/member-management/user-update"
                },
                {
                  "text": "会员删除",
                  "link": "/operation-manual/member-center/member-management/delete"
                },
                {
                  "text": "用户等级修改",
                  "link": "/operation-manual/member-center/member-management/level-update"
                },
                {
                  "text": "用户积分修改",
                  "link": "/operation-manual/member-center/member-management/point-update"
                },
                {
                  "text": "用户余额修改",
                  "link": "/operation-manual/member-center/member-management/balance-update"
                },
                {
                  "text": "会员导出",
                  "link": "/operation-manual/member-center/member-management/export"
                }
              ]
            },
            {
              "text": "编码分配",
              "collapsed": true,
              "items": [
                {
                  "text": "新增",
                  "link": "/operation-manual/member-center/code-allocation/add"
                },
                {
                  "text": "导出",
                  "link": "/operation-manual/member-center/code-allocation/export"
                },
                {
                  "text": "编辑",
                  "link": "/operation-manual/member-center/code-allocation/edit"
                },
                {
                  "text": "删除",
                  "link": "/operation-manual/member-center/code-allocation/delete"
                },
                {
                  "text": "查询",
                  "link": "/operation-manual/member-center/code-allocation/query"
                }
              ]
            },
            {
              "text": "平台直编码",
              "collapsed": true,
              "items": [
                {
                  "text": "新增",
                  "link": "/operation-manual/member-center/platform-direct-code/add"
                },
                {
                  "text": "导出",
                  "link": "/operation-manual/member-center/platform-direct-code/export"
                },
                {
                  "text": "编辑",
                  "link": "/operation-manual/member-center/platform-direct-code/edit"
                },
                {
                  "text": "删除",
                  "link": "/operation-manual/member-center/platform-direct-code/delete"
                },
                {
                  "text": "查询",
                  "link": "/operation-manual/member-center/platform-direct-code/query"
                }
              ]
            },
            {
              "text": "职员管理",
              "collapsed": true,
              "items": [
                {
                  "text": "新增",
                  "link": "/operation-manual/member-center/staff-management/add"
                },
                {
                  "text": "编辑",
                  "link": "/operation-manual/member-center/staff-management/edit"
                },
                {
                  "text": "删除",
                  "link": "/operation-manual/member-center/staff-management/delete"
                },
                {
                  "text": "查询",
                  "link": "/operation-manual/member-center/staff-management/query"
                }
              ]
            },
            {
              "text": "会员标签",
              "collapsed": true,
              "items": [
                {
                  "text": "会员标签查询",
                  "link": "/operation-manual/member-center/member-tag/query"
                },
                {
                  "text": "会员标签创建",
                  "link": "/operation-manual/member-center/member-tag/create"
                },
                {
                  "text": "会员标签更新",
                  "link": "/operation-manual/member-center/member-tag/update"
                },
                {
                  "text": "会员标签删除",
                  "link": "/operation-manual/member-center/member-tag/delete"
                }
              ]
            },
            {
              "text": "会员等级",
              "collapsed": true,
              "items": [
                {
                  "text": "会员等级查询",
                  "link": "/operation-manual/member-center/member-level/query"
                },
                {
                  "text": "会员等级创建",
                  "link": "/operation-manual/member-center/member-level/create"
                },
                {
                  "text": "会员等级更新",
                  "link": "/operation-manual/member-center/member-level/update"
                },
                {
                  "text": "会员等级删除",
                  "link": "/operation-manual/member-center/member-level/delete"
                },
                {
                  "text": "会员等级记录查询",
                  "link": "/operation-manual/member-center/member-level/record-query"
                },
                {
                  "text": "会员经验记录查询",
                  "link": "/operation-manual/member-center/member-level/experience-record-query"
                }
              ]
            },
            {
              "text": "会员分组",
              "collapsed": true,
              "items": [
                {
                  "text": "用户分组查询",
                  "link": "/operation-manual/member-center/member-group/user-group-query"
                },
                {
                  "text": "用户分组创建",
                  "link": "/operation-manual/member-center/member-group/user-group-create"
                },
                {
                  "text": "用户分组更新",
                  "link": "/operation-manual/member-center/member-group/user-group-update"
                },
                {
                  "text": "用户分组删除",
                  "link": "/operation-manual/member-center/member-group/user-group-delete"
                }
              ]
            },
            {
              "text": "会员积分",
              "collapsed": true,
              "items": [
                {
                  "text": "用户积分记录查询",
                  "link": "/operation-manual/member-center/member-points/user-points-record-query"
                }
              ]
            },
            {
              "text": "会员签到",
              "collapsed": true,
              "items": [
                {
                  "text": "签到配置",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "积分签到规则查询",
                      "link": "/operation-manual/member-center/member-checkin/config/rule-query"
                    },
                    {
                      "text": "积分签到规则创建",
                      "link": "/operation-manual/member-center/member-checkin/config/rule-create"
                    },
                    {
                      "text": "积分签到规则更新",
                      "link": "/operation-manual/member-center/member-checkin/config/rule-update"
                    },
                    {
                      "text": "积分签到规则删除",
                      "link": "/operation-manual/member-center/member-checkin/config/rule-delete"
                    }
                  ]
                },
                {
                  "text": "签到记录",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "用户签到积分查询",
                      "link": "/operation-manual/member-center/member-checkin/record/user-points-query"
                    },
                    {
                      "text": "用户签到积分删除",
                      "link": "/operation-manual/member-center/member-checkin/record/user-points-delete"
                    }
                  ]
                }
              ]
            },
            {
              "text": "会员服务分",
              "link": "/operation-manual/member-center/member-service-score"
            },
            {
              "text": "会员配置",
              "collapsed": true,
              "items": [
                {
                  "text": "会员配置查询",
                  "link": "/operation-manual/member-center/member-config/query"
                },
                {
                  "text": "会员配置保存",
                  "link": "/operation-manual/member-center/member-config/save"
                }
              ]
            }
          ]
        },
        {
          "text": "商城系统",
          "collapsed": true,
          "items": [
            {
              "text": "商城首页",
              "link": "/operation-manual/mall-system/home"
            },
            {
              "text": "铺货管理",
              "collapsed": true,
              "items": [
                {
                  "text": "选择铺货商品",
                  "link": "/operation-manual/mall-system/distribution/select-products"
                },
                {
                  "text": "铺货日志",
                  "link": "/operation-manual/mall-system/distribution/log"
                }
              ]
            },
            {
              "text": "商品中心",
              "collapsed": true,
              "items": [
                {
                  "text": "添加商品",
                  "link": "/operation-manual/mall-system/product-center/add-product"
                },
                {
                  "text": "待审核商品",
                  "link": "/operation-manual/mall-system/product-center/pending-review"
                },
                {
                  "text": "在售商品",
                  "link": "/operation-manual/mall-system/product-center/on-sale-products"
                },
                {
                  "text": "商品分类",
                  "link": "/operation-manual/mall-system/product-center/product-category"
                },
                {
                  "text": "商品品牌",
                  "link": "/operation-manual/mall-system/product-center/product-brand"
                },
                {
                  "text": "商品属性",
                  "link": "/operation-manual/mall-system/product-center/product-attribute"
                },
                {
                  "text": "商品评论",
                  "link": "/operation-manual/mall-system/product-center/product-comment"
                }
              ]
            },
            {
              "text": "订单中心",
              "collapsed": true,
              "items": [
                {
                  "text": "订单列表",
                  "link": "/operation-manual/mall-system/order-center/order-list"
                },
                {
                  "text": "售后退款",
                  "link": "/operation-manual/mall-system/order-center/refund"
                },
                {
                  "text": "核销订单",
                  "link": "/operation-manual/mall-system/order-center/write-off-orders"
                },
                {
                  "text": "处方药订单",
                  "link": "/operation-manual/mall-system/order-center/prescription-drug-orders"
                },
                {
                  "text": "配送管理",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "快递发货",
                      "collapsed": true,
                      "items": [
                        {
                          "text": "快递公司",
                          "link": "/operation-manual/mall-system/order-center/delivery-management/express-shipping/express-company"
                        },
                        {
                          "text": "运费模板",
                          "link": "/operation-manual/mall-system/order-center/delivery-management/express-shipping/freight-template"
                        }
                      ]
                    }
                  ]
                },
                {
                  "text": "总部配送",
                  "link": "/operation-manual/mall-system/order-center/headquarters-delivery"
                },
                {
                  "text": "交易配置",
                  "link": "/operation-manual/mall-system/order-center/trade-config"
                }
              ]
            },
            {
              "text": "内容管理",
              "collapsed": true,
              "items": [
                {
                  "text": "文章分类",
                  "link": "/operation-manual/mall-system/content-management/article-category"
                },
                {
                  "text": "文章列表",
                  "link": "/operation-manual/mall-system/content-management/article-list"
                },
                {
                  "text": "Banner",
                  "link": "/operation-manual/mall-system/content-management/banner"
                }
              ]
            },
            {
              "text": "营销中心",
              "collapsed": true,
              "items": [
                {
                  "text": "优惠劵",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "优惠劵列表",
                      "link": "/operation-manual/mall-system/marketing-center/coupon/list"
                    },
                    {
                      "text": "领取记录",
                      "link": "/operation-manual/mall-system/marketing-center/coupon/receive-record"
                    }
                  ]
                },
                {
                  "text": "秒杀活动",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "秒杀时段",
                      "link": "/operation-manual/mall-system/marketing-center/seckill-activity/time-slot"
                    },
                    {
                      "text": "秒杀商品",
                      "link": "/operation-manual/mall-system/marketing-center/seckill-activity/products"
                    }
                  ]
                },
                {
                  "text": "拼团活动",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "拼团商品",
                      "link": "/operation-manual/mall-system/marketing-center/group-buying/products"
                    },
                    {
                      "text": "拼团记录",
                      "link": "/operation-manual/mall-system/marketing-center/group-buying/records"
                    }
                  ]
                },
                {
                  "text": "砍价活动",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "砍价商品",
                      "link": "/operation-manual/mall-system/marketing-center/bargaining/products"
                    },
                    {
                      "text": "砍价记录",
                      "link": "/operation-manual/mall-system/marketing-center/bargaining/records"
                    }
                  ]
                },
                {
                  "text": "优惠活动",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "限时折扣",
                      "link": "/operation-manual/mall-system/marketing-center/discount-activity/limited-time"
                    },
                    {
                      "text": "满减送",
                      "link": "/operation-manual/mall-system/marketing-center/discount-activity/full-reduction"
                    }
                  ]
                }
              ]
            },
            {
              "text": "统计中心",
              "collapsed": true,
              "items": [
                {
                  "text": "销售统计",
                  "link": "/operation-manual/mall-system/statistics-center/sales-statistics"
                },
                {
                  "text": "会员统计",
                  "link": "/operation-manual/mall-system/statistics-center/member-statistics"
                },
                {
                  "text": "商品统计",
                  "link": "/operation-manual/mall-system/statistics-center/product-statistics"
                },
                {
                  "text": "交易统计",
                  "link": "/operation-manual/mall-system/statistics-center/trade-statistics"
                }
              ]
            },
            {
              "text": "客服中心",
              "collapsed": true,
              "items": [
                {
                  "text": "查询",
                  "link": "/operation-manual/mall-system/customer-service-center/query"
                },
                {
                  "text": "发送消息",
                  "link": "/operation-manual/mall-system/customer-service-center/send-message"
                },
                {
                  "text": "更新消息",
                  "link": "/operation-manual/mall-system/customer-service-center/update-message"
                },
                {
                  "text": "消息查询",
                  "link": "/operation-manual/mall-system/customer-service-center/message-query"
                }
              ]
            },
            {
              "text": "意见反馈",
              "collapsed": true,
              "items": [
                {
                  "text": "意见反馈查询",
                  "link": "/operation-manual/mall-system/feedback/query"
                },
                {
                  "text": "意见反馈更新",
                  "link": "/operation-manual/mall-system/feedback/update"
                },
                {
                  "text": "意见反馈新增",
                  "link": "/operation-manual/mall-system/feedback/add"
                },
                {
                  "text": "意见反馈删除",
                  "link": "/operation-manual/mall-system/feedback/delete"
                },
                {
                  "text": "意见反馈详情",
                  "link": "/operation-manual/mall-system/feedback/detail"
                }
              ]
            },
            {
              "text": "商城装修",
              "collapsed": true,
              "items": [
                {
                  "text": "装修模板",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "装修模板查询",
                      "link": "/operation-manual/mall-system/mall-decoration/template/query"
                    },
                    {
                      "text": "装修模板创建",
                      "link": "/operation-manual/mall-system/mall-decoration/template/create"
                    },
                    {
                      "text": "装修模板更新",
                      "link": "/operation-manual/mall-system/mall-decoration/template/update"
                    },
                    {
                      "text": "装修模板删除",
                      "link": "/operation-manual/mall-system/mall-decoration/template/delete"
                    }
                  ]
                },
                {
                  "text": "装修页面",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "装修页面查询",
                      "link": "/operation-manual/mall-system/mall-decoration/page/query"
                    },
                    {
                      "text": "装修页面创建",
                      "link": "/operation-manual/mall-system/mall-decoration/page/create"
                    },
                    {
                      "text": "装修页面更新",
                      "link": "/operation-manual/mall-system/mall-decoration/page/update"
                    },
                    {
                      "text": "装修页面删除",
                      "link": "/operation-manual/mall-system/mall-decoration/page/delete"
                    }
                  ]
                },
                {
                  "text": "装修模板使用",
                  "link": "/operation-manual/mall-system/mall-decoration/template-use"
                }
              ]
            }
          ]
        },
        {
          "text": "报表管理",
          "collapsed": true,
          "items": [
            {
              "text": "报表设计器",
              "link": "/operation-manual/report-management/designer"
            },
            {
              "text": "大屏设计器",
              "link": "/operation-manual/report-management/screen-designer"
            },
            {
              "text": "查询项目",
              "link": "/operation-manual/report-management/query-project"
            },
            {
              "text": "创建项目",
              "link": "/operation-manual/report-management/create-project"
            },
            {
              "text": "更新项目",
              "link": "/operation-manual/report-management/update-project"
            },
            {
              "text": "删除项目",
              "link": "/operation-manual/report-management/delete-project"
            },
            {
              "text": "使用 SQL 查询数据",
              "link": "/operation-manual/report-management/query-data-sql"
            },
            {
              "text": "使用 HTTP 查询数据",
              "link": "/operation-manual/report-management/query-data-http"
            }
          ]
        },
        {
          "text": "基础设施",
          "collapsed": true,
          "items": [
            {
              "text": "代码生成",
              "collapsed": true,
              "items": [
                {
                  "text": "生成修改",
                  "link": "/operation-manual/infrastructure/code-generation/generate-modify"
                },
                {
                  "text": "导入代码",
                  "link": "/operation-manual/infrastructure/code-generation/import-code"
                },
                {
                  "text": "生成删除",
                  "link": "/operation-manual/infrastructure/code-generation/generate-delete"
                },
                {
                  "text": "预览代码",
                  "link": "/operation-manual/infrastructure/code-generation/preview-code"
                },
                {
                  "text": "生成代码",
                  "link": "/operation-manual/infrastructure/code-generation/generate-code"
                }
              ]
            },
            {
              "text": "代码生成案例",
              "collapsed": true,
              "items": [
                {
                  "text": "单表(增删改查)",
                  "link": "/operation-manual/infrastructure/code-generation-examples/single-table"
                },
                {
                  "text": "示例联系人查询",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "示例联系人创建",
                      "link": "/operation-manual/infrastructure/code-generation-examples/contact/query/create"
                    },
                    {
                      "text": "示例联系人更新",
                      "link": "/operation-manual/infrastructure/code-generation-examples/contact/query/update"
                    },
                    {
                      "text": "示例联系人删除",
                      "link": "/operation-manual/infrastructure/code-generation-examples/contact/query/delete"
                    },
                    {
                      "text": "示例联系人导出",
                      "link": "/operation-manual/infrastructure/code-generation-examples/contact/query/export"
                    }
                  ]
                },
                {
                  "text": "树表(增删改查)",
                  "link": "/operation-manual/infrastructure/code-generation-examples/tree-table"
                },
                {
                  "text": "示例分类查询",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "示例分类创建",
                      "link": "/operation-manual/infrastructure/code-generation-examples/category/query/create"
                    },
                    {
                      "text": "示例分类更新",
                      "link": "/operation-manual/infrastructure/code-generation-examples/category/query/update"
                    },
                    {
                      "text": "示例分类删除",
                      "link": "/operation-manual/infrastructure/code-generation-examples/category/query/delete"
                    },
                    {
                      "text": "示例分类导出",
                      "link": "/operation-manual/infrastructure/code-generation-examples/category/query/export"
                    }
                  ]
                },
                {
                  "text": "主子表(标准)",
                  "link": "/operation-manual/infrastructure/code-generation-examples/master-detail-standard"
                },
                {
                  "text": "学生查询",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "学生创建",
                      "link": "/operation-manual/infrastructure/code-generation-examples/student/query/create"
                    },
                    {
                      "text": "学生更新",
                      "link": "/operation-manual/infrastructure/code-generation-examples/student/query/update"
                    },
                    {
                      "text": "学生删除",
                      "link": "/operation-manual/infrastructure/code-generation-examples/student/query/delete"
                    },
                    {
                      "text": "学生导出",
                      "link": "/operation-manual/infrastructure/code-generation-examples/student/query/export"
                    }
                  ]
                },
                {
                  "text": "主子表(ERP)",
                  "link": "/operation-manual/infrastructure/code-generation-examples/master-detail-erp"
                },
                {
                  "text": "主子表(内嵌)",
                  "link": "/operation-manual/infrastructure/code-generation-examples/master-detail-embedded"
                }
              ]
            },
            {
              "text": "数据源配置",
              "collapsed": true,
              "items": [
                {
                  "text": "数据源配置查询",
                  "link": "/operation-manual/infrastructure/data-source-config/query"
                },
                {
                  "text": "数据源配置创建",
                  "link": "/operation-manual/infrastructure/data-source-config/create"
                },
                {
                  "text": "数据源配置更新",
                  "link": "/operation-manual/infrastructure/data-source-config/update"
                },
                {
                  "text": "数据源配置删除",
                  "link": "/operation-manual/infrastructure/data-source-config/delete"
                },
                {
                  "text": "数据源配置导出",
                  "link": "/operation-manual/infrastructure/data-source-config/export"
                }
              ]
            },
            {
              "text": "表单构建",
              "link": "/operation-manual/infrastructure/form-builder"
            },
            {
              "text": "API 接口",
              "link": "/operation-manual/infrastructure/api-interface"
            },
            {
              "text": "API 日志",
              "link": "/operation-manual/infrastructure/api-logs"
            },
            {
              "text": "访问日志",
              "collapsed": true,
              "items": [
                {
                  "text": "日志查询",
                  "link": "/operation-manual/infrastructure/access-logs/query"
                },
                {
                  "text": "日志导出",
                  "link": "/operation-manual/infrastructure/access-logs/export"
                }
              ]
            },
            {
              "text": "错误日志",
              "collapsed": true,
              "items": [
                {
                  "text": "日志查询",
                  "link": "/operation-manual/infrastructure/error-logs/query"
                },
                {
                  "text": "日志处理",
                  "link": "/operation-manual/infrastructure/error-logs/process"
                },
                {
                  "text": "日志导出",
                  "link": "/operation-manual/infrastructure/error-logs/export"
                }
              ]
            },
            {
              "text": "WebSocket",
              "link": "/operation-manual/infrastructure/websocket"
            },
            {
              "text": "文件管理",
              "collapsed": true,
              "items": [
                {
                  "text": "文件配置",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "文件配置查询",
                      "link": "/operation-manual/infrastructure/file-management/config/query"
                    },
                    {
                      "text": "文件配置创建",
                      "link": "/operation-manual/infrastructure/file-management/config/create"
                    },
                    {
                      "text": "文件配置更新",
                      "link": "/operation-manual/infrastructure/file-management/config/update"
                    },
                    {
                      "text": "文件配置删除",
                      "link": "/operation-manual/infrastructure/file-management/config/delete"
                    },
                    {
                      "text": "文件配置导出",
                      "link": "/operation-manual/infrastructure/file-management/config/export"
                    }
                  ]
                },
                {
                  "text": "文件列表",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "文件查询",
                      "link": "/operation-manual/infrastructure/file-management/list/query"
                    },
                    {
                      "text": "文件删除",
                      "link": "/operation-manual/infrastructure/file-management/list/delete"
                    }
                  ]
                }
              ]
            },
            {
              "text": "定时任务",
              "collapsed": true,
              "items": [
                {
                  "text": "任务查询",
                  "link": "/operation-manual/infrastructure/scheduled-tasks/query"
                },
                {
                  "text": "任务新增",
                  "link": "/operation-manual/infrastructure/scheduled-tasks/add"
                },
                {
                  "text": "任务修改",
                  "link": "/operation-manual/infrastructure/scheduled-tasks/update"
                },
                {
                  "text": "任务删除",
                  "link": "/operation-manual/infrastructure/scheduled-tasks/delete"
                },
                {
                  "text": "状态修改",
                  "link": "/operation-manual/infrastructure/scheduled-tasks/status-update"
                },
                {
                  "text": "任务导出",
                  "link": "/operation-manual/infrastructure/scheduled-tasks/export"
                },
                {
                  "text": "任务触发",
                  "link": "/operation-manual/infrastructure/scheduled-tasks/trigger"
                }
              ]
            },
            {
              "text": "配置管理",
              "collapsed": true,
              "items": [
                {
                  "text": "配置查询",
                  "link": "/operation-manual/infrastructure/config-management/query"
                },
                {
                  "text": "配置新增",
                  "link": "/operation-manual/infrastructure/config-management/add"
                },
                {
                  "text": "配置修改",
                  "link": "/operation-manual/infrastructure/config-management/update"
                },
                {
                  "text": "配置删除",
                  "link": "/operation-manual/infrastructure/config-management/delete"
                },
                {
                  "text": "配置导出",
                  "link": "/operation-manual/infrastructure/config-management/export"
                }
              ]
            },
            {
              "text": "监控中心",
              "collapsed": true,
              "items": [
                {
                  "text": "MySQL 监控",
                  "link": "/operation-manual/infrastructure/monitor-center/mysql-monitor"
                },
                {
                  "text": "Redis 监控",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "获得 Redis 监控信息",
                      "link": "/operation-manual/infrastructure/monitor-center/redis-monitor/get-info"
                    },
                    {
                      "text": "获得 Redis Key 列表",
                      "link": "/operation-manual/infrastructure/monitor-center/redis-monitor/get-key-list"
                    }
                  ]
                },
                {
                  "text": "Java 监控",
                  "link": "/operation-manual/infrastructure/monitor-center/java-monitor"
                },
                {
                  "text": "链路追踪",
                  "link": "/operation-manual/infrastructure/monitor-center/link-tracking"
                }
              ]
            }
          ]
        },
        {
          "text": "支付管理",
          "collapsed": true,
          "items": [
            {
              "text": "商家扫码支付",
              "collapsed": true,
              "items": [
                {
                  "text": "查询列表",
                  "link": "/operation-manual/payment-management/merchant-qr-pay/query-list"
                },
                {
                  "text": "导出",
                  "link": "/operation-manual/payment-management/merchant-qr-pay/export"
                }
              ]
            },
            {
              "text": "应用信息",
              "collapsed": true,
              "items": [
                {
                  "text": "支付应用信息查询",
                  "link": "/operation-manual/payment-management/app-info/query"
                },
                {
                  "text": "支付应用信息创建",
                  "link": "/operation-manual/payment-management/app-info/create"
                },
                {
                  "text": "支付应用信息更新",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "秘钥解析",
                      "link": "/operation-manual/payment-management/app-info/update/key-parse"
                    },
                    {
                      "text": "支付商户信息",
                      "collapsed": true,
                      "items": [
                        {
                          "text": "支付商户信息查询",
                          "link": "/operation-manual/payment-management/app-info/update/merchant/query"
                        },
                        {
                          "text": "支付商户信息创建",
                          "link": "/operation-manual/payment-management/app-info/update/merchant/create"
                        },
                        {
                          "text": "支付商户信息更新",
                          "link": "/operation-manual/payment-management/app-info/update/merchant/update"
                        },
                        {
                          "text": "支付商户信息删除",
                          "link": "/operation-manual/payment-management/app-info/update/merchant/delete"
                        },
                        {
                          "text": "支付商户信息导出",
                          "link": "/operation-manual/payment-management/app-info/update/merchant/export"
                        }
                      ]
                    },
                    {
                      "text": "秘钥解析",
                      "link": "/operation-manual/payment-management/app-info/update/key-parse-2"
                    }
                  ]
                },
                {
                  "text": "支付应用信息删除",
                  "link": "/operation-manual/payment-management/app-info/delete"
                },
                {
                  "text": "支付渠道查询",
                  "link": "/operation-manual/payment-management/app-info/channel-query"
                },
                {
                  "text": "支付渠道创建",
                  "link": "/operation-manual/payment-management/app-info/channel-create"
                },
                {
                  "text": "支付渠道更新",
                  "link": "/operation-manual/payment-management/app-info/channel-update"
                },
                {
                  "text": "支付渠道删除",
                  "link": "/operation-manual/payment-management/app-info/channel-delete"
                }
              ]
            },
            {
              "text": "支付订单",
              "collapsed": true,
              "items": [
                {
                  "text": "支付订单查询",
                  "link": "/operation-manual/payment-management/payment-order/query"
                },
                {
                  "text": "支付订单创建",
                  "link": "/operation-manual/payment-management/payment-order/create"
                },
                {
                  "text": "支付订单更新",
                  "link": "/operation-manual/payment-management/payment-order/update"
                },
                {
                  "text": "支付订单删除",
                  "link": "/operation-manual/payment-management/payment-order/delete"
                },
                {
                  "text": "支付订单导出",
                  "link": "/operation-manual/payment-management/payment-order/export"
                }
              ]
            },
            {
              "text": "退款订单",
              "collapsed": true,
              "items": [
                {
                  "text": "退款订单查询",
                  "link": "/operation-manual/payment-management/refund-order/query"
                },
                {
                  "text": "退款订单创建",
                  "link": "/operation-manual/payment-management/refund-order/create"
                },
                {
                  "text": "退款订单更新",
                  "link": "/operation-manual/payment-management/refund-order/update"
                },
                {
                  "text": "退款订单删除",
                  "link": "/operation-manual/payment-management/refund-order/delete"
                },
                {
                  "text": "退款订单导出",
                  "link": "/operation-manual/payment-management/refund-order/export"
                }
              ]
            },
            {
              "text": "转账订单",
              "collapsed": true,
              "items": [
                {
                  "text": "新增",
                  "link": "/operation-manual/payment-management/transfer-order/add"
                },
                {
                  "text": "查询",
                  "link": "/operation-manual/payment-management/transfer-order/query"
                },
                {
                  "text": "更新",
                  "link": "/operation-manual/payment-management/transfer-order/update"
                }
              ]
            },
            {
              "text": "钱包管理",
              "collapsed": true,
              "items": [
                {
                  "text": "钱包余额",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "钱包余额查询",
                      "link": "/operation-manual/payment-management/wallet/balance/query"
                    }
                  ]
                },
                {
                  "text": "充值套餐",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "钱包充值套餐查询",
                      "link": "/operation-manual/payment-management/wallet/recharge-package/query"
                    },
                    {
                      "text": "钱包充值套餐创建",
                      "link": "/operation-manual/payment-management/wallet/recharge-package/create"
                    },
                    {
                      "text": "钱包充值套餐更新",
                      "link": "/operation-manual/payment-management/wallet/recharge-package/update"
                    },
                    {
                      "text": "钱包充值套餐删除",
                      "link": "/operation-manual/payment-management/wallet/recharge-package/delete"
                    }
                  ]
                }
              ]
            },
            {
              "text": "回调通知",
              "collapsed": true,
              "items": [
                {
                  "text": "支付通知查询",
                  "link": "/operation-manual/payment-management/callback/query"
                }
              ]
            },
            {
              "text": "接入示例",
              "collapsed": true,
              "items": [
                {
                  "text": "支付&退款案例",
                  "link": "/operation-manual/payment-management/example/payment-refund"
                },
                {
                  "text": "转账案例",
                  "link": "/operation-manual/payment-management/example/transfer"
                }
              ]
            }
          ]
        },
        {
          "text": "工作流程",
          "collapsed": true,
          "items": [
            {
              "text": "流程管理",
              "collapsed": true,
              "items": [
                {
                  "text": "流程模型",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "模型查询",
                      "link": "/operation-manual/workflow/process-management/model/query"
                    },
                    {
                      "text": "模型创建",
                      "link": "/operation-manual/workflow/process-management/model/create"
                    },
                    {
                      "text": "模型导入",
                      "link": "/operation-manual/workflow/process-management/model/import"
                    },
                    {
                      "text": "模型更新",
                      "link": "/operation-manual/workflow/process-management/model/update"
                    },
                    {
                      "text": "模型删除",
                      "link": "/operation-manual/workflow/process-management/model/delete"
                    },
                    {
                      "text": "模型发布",
                      "link": "/operation-manual/workflow/process-management/model/publish"
                    },
                    {
                      "text": "流程定义查询",
                      "link": "/operation-manual/workflow/process-management/model/process-def-query"
                    },
                    {
                      "text": "流程任务分配规则查询",
                      "link": "/operation-manual/workflow/process-management/model/task-rule-query"
                    },
                    {
                      "text": "流程任务分配规则创建",
                      "link": "/operation-manual/workflow/process-management/model/task-rule-create"
                    },
                    {
                      "text": "流程任务分配规则更新",
                      "link": "/operation-manual/workflow/process-management/model/task-rule-update"
                    }
                  ]
                },
                {
                  "text": "流程表单",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "表单查询",
                      "link": "/operation-manual/workflow/process-management/form/query"
                    },
                    {
                      "text": "表单创建",
                      "link": "/operation-manual/workflow/process-management/form/create"
                    },
                    {
                      "text": "表单更新",
                      "link": "/operation-manual/workflow/process-management/form/update"
                    },
                    {
                      "text": "表单删除",
                      "link": "/operation-manual/workflow/process-management/form/delete"
                    },
                    {
                      "text": "表单导出",
                      "link": "/operation-manual/workflow/process-management/form/export"
                    }
                  ]
                },
                {
                  "text": "流程分类",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "分类查询",
                      "link": "/operation-manual/workflow/process-management/category/query"
                    },
                    {
                      "text": "分类创建",
                      "link": "/operation-manual/workflow/process-management/category/create"
                    },
                    {
                      "text": "分类更新",
                      "link": "/operation-manual/workflow/process-management/category/update"
                    },
                    {
                      "text": "分类删除",
                      "link": "/operation-manual/workflow/process-management/category/delete"
                    }
                  ]
                },
                {
                  "text": "用户分组",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "用户组查询",
                      "link": "/operation-manual/workflow/process-management/user-group/query"
                    },
                    {
                      "text": "用户组创建",
                      "link": "/operation-manual/workflow/process-management/user-group/create"
                    },
                    {
                      "text": "用户组更新",
                      "link": "/operation-manual/workflow/process-management/user-group/update"
                    },
                    {
                      "text": "用户组删除",
                      "link": "/operation-manual/workflow/process-management/user-group/delete"
                    }
                  ]
                },
                {
                  "text": "流程监听器",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "流程监听器查询",
                      "link": "/operation-manual/workflow/process-management/listener/query"
                    },
                    {
                      "text": "流程监听器创建",
                      "link": "/operation-manual/workflow/process-management/listener/create"
                    },
                    {
                      "text": "流程监听器更新",
                      "link": "/operation-manual/workflow/process-management/listener/update"
                    },
                    {
                      "text": "流程监听器删除",
                      "link": "/operation-manual/workflow/process-management/listener/delete"
                    }
                  ]
                },
                {
                  "text": "流程表达式",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "流程表达式查询",
                      "link": "/operation-manual/workflow/process-management/expression/query"
                    },
                    {
                      "text": "流程表达式创建",
                      "link": "/operation-manual/workflow/process-management/expression/create"
                    },
                    {
                      "text": "流程表达式更新",
                      "link": "/operation-manual/workflow/process-management/expression/update"
                    },
                    {
                      "text": "流程表达式删除",
                      "link": "/operation-manual/workflow/process-management/expression/delete"
                    }
                  ]
                },
                {
                  "text": "流程实例",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "流程实例的查询(管理员)",
                      "link": "/operation-manual/workflow/process-management/instance/admin-query"
                    },
                    {
                      "text": "流程实例的取消(管理员)",
                      "link": "/operation-manual/workflow/process-management/instance/admin-cancel"
                    }
                  ]
                },
                {
                  "text": "流程任务",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "流程任务的查询(管理员)",
                      "link": "/operation-manual/workflow/process-management/task/admin-query"
                    }
                  ]
                }
              ]
            },
            {
              "text": "审批中心",
              "collapsed": true,
              "items": [
                {
                  "text": "发起流程",
                  "link": "/operation-manual/workflow/approval-center/init-process"
                },
                {
                  "text": "我的流程",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "流程实例的查询",
                      "link": "/operation-manual/workflow/approval-center/my-process/instance-query"
                    },
                    {
                      "text": "流程实例的创建",
                      "link": "/operation-manual/workflow/approval-center/my-process/instance-create"
                    },
                    {
                      "text": "流程实例的取消",
                      "link": "/operation-manual/workflow/approval-center/my-process/instance-cancel"
                    }
                  ]
                },
                {
                  "text": "待办任务",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "流程任务的查询",
                      "link": "/operation-manual/workflow/approval-center/todo-task/query"
                    },
                    {
                      "text": "流程任务的更新",
                      "link": "/operation-manual/workflow/approval-center/todo-task/update"
                    }
                  ]
                },
                {
                  "text": "已办任务",
                  "link": "/operation-manual/workflow/approval-center/finished-task"
                },
                {
                  "text": "抄送我的",
                  "link": "/operation-manual/workflow/approval-center/copied-to-me"
                }
              ]
            },
            {
              "text": "OA 示例",
              "collapsed": true,
              "items": [
                {
                  "text": "请假查询",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "请假申请查询",
                      "link": "/operation-manual/workflow/oa-example/leave/query"
                    },
                    {
                      "text": "请假申请创建",
                      "link": "/operation-manual/workflow/oa-example/leave/create"
                    }
                  ]
                }
              ]
            }
          ]
        },
        {
          "text": "公众号管理",
          "collapsed": true,
          "items": [
            {
              "text": "账号管理",
              "collapsed": true,
              "items": [
                {
                  "text": "查询账号",
                  "link": "/operation-manual/wechat-mgmt/account/query"
                },
                {
                  "text": "新增账号",
                  "link": "/operation-manual/wechat-mgmt/account/add"
                },
                {
                  "text": "修改账号",
                  "link": "/operation-manual/wechat-mgmt/account/update"
                },
                {
                  "text": "删除账号",
                  "link": "/operation-manual/wechat-mgmt/account/delete"
                },
                {
                  "text": "生成二维码",
                  "link": "/operation-manual/wechat-mgmt/account/generate-qrcode"
                },
                {
                  "text": "清空 API 配额",
                  "link": "/operation-manual/wechat-mgmt/account/clear-api-quota"
                }
              ]
            },
            {
              "text": "数据统计",
              "link": "/operation-manual/wechat-mgmt/data-statistics"
            },
            {
              "text": "标签管理",
              "collapsed": true,
              "items": [
                {
                  "text": "查询标签",
                  "link": "/operation-manual/wechat-mgmt/tag/query"
                },
                {
                  "text": "新增标签",
                  "link": "/operation-manual/wechat-mgmt/tag/add"
                },
                {
                  "text": "修改标签",
                  "link": "/operation-manual/wechat-mgmt/tag/update"
                },
                {
                  "text": "删除标签",
                  "link": "/operation-manual/wechat-mgmt/tag/delete"
                },
                {
                  "text": "同步标签",
                  "link": "/operation-manual/wechat-mgmt/tag/sync"
                }
              ]
            },
            {
              "text": "粉丝管理",
              "collapsed": true,
              "items": [
                {
                  "text": "查询粉丝",
                  "link": "/operation-manual/wechat-mgmt/fans/query"
                },
                {
                  "text": "修改粉丝",
                  "link": "/operation-manual/wechat-mgmt/fans/update"
                },
                {
                  "text": "同步粉丝",
                  "link": "/operation-manual/wechat-mgmt/fans/sync"
                }
              ]
            },
            {
              "text": "消息管理",
              "collapsed": true,
              "items": [
                {
                  "text": "查询消息",
                  "link": "/operation-manual/wechat-mgmt/message/query"
                },
                {
                  "text": "发送消息",
                  "link": "/operation-manual/wechat-mgmt/message/send"
                }
              ]
            },
            {
              "text": "菜单管理",
              "collapsed": true,
              "items": [
                {
                  "text": "查询菜单",
                  "link": "/operation-manual/wechat-mgmt/menu/query"
                },
                {
                  "text": "保存菜单",
                  "link": "/operation-manual/wechat-mgmt/menu/save"
                },
                {
                  "text": "删除菜单",
                  "link": "/operation-manual/wechat-mgmt/menu/delete"
                }
              ]
            },
            {
              "text": "自动回复",
              "collapsed": true,
              "items": [
                {
                  "text": "查询回复",
                  "link": "/operation-manual/wechat-mgmt/auto-reply/query"
                },
                {
                  "text": "新增回复",
                  "link": "/operation-manual/wechat-mgmt/auto-reply/add"
                },
                {
                  "text": "修改回复",
                  "link": "/operation-manual/wechat-mgmt/auto-reply/update"
                },
                {
                  "text": "删除回复",
                  "link": "/operation-manual/wechat-mgmt/auto-reply/delete"
                }
              ]
            },
            {
              "text": "素材管理",
              "collapsed": true,
              "items": [
                {
                  "text": "上传临时素材",
                  "link": "/operation-manual/wechat-mgmt/material/upload-temp"
                },
                {
                  "text": "上传永久素材",
                  "link": "/operation-manual/wechat-mgmt/material/upload-permanent"
                },
                {
                  "text": "删除素材",
                  "link": "/operation-manual/wechat-mgmt/material/delete"
                },
                {
                  "text": "上传图文图片",
                  "link": "/operation-manual/wechat-mgmt/material/upload-news-image"
                },
                {
                  "text": "查询素材",
                  "link": "/operation-manual/wechat-mgmt/material/query"
                }
              ]
            },
            {
              "text": "图文草稿箱",
              "collapsed": true,
              "items": [
                {
                  "text": "查询草稿",
                  "link": "/operation-manual/wechat-mgmt/news-draft/query"
                },
                {
                  "text": "新建草稿",
                  "link": "/operation-manual/wechat-mgmt/news-draft/create"
                },
                {
                  "text": "修改草稿",
                  "link": "/operation-manual/wechat-mgmt/news-draft/update"
                },
                {
                  "text": "删除草稿",
                  "link": "/operation-manual/wechat-mgmt/news-draft/delete"
                }
              ]
            },
            {
              "text": "图文发表记录",
              "collapsed": true,
              "items": [
                {
                  "text": "查询发布列表",
                  "link": "/operation-manual/wechat-mgmt/news-publish/query"
                },
                {
                  "text": "发布草稿",
                  "link": "/operation-manual/wechat-mgmt/news-publish/publish"
                },
                {
                  "text": "删除发布记录",
                  "link": "/operation-manual/wechat-mgmt/news-publish/delete"
                }
              ]
            }
          ]
        },
        {
          "text": "CRM 系统",
          "collapsed": true,
          "items": [
            {
              "text": "待办事项",
              "link": "/operation-manual/crm-system/todo"
            },
            {
              "text": "线索管理",
              "collapsed": true,
              "items": [
                {
                  "text": "线索查询",
                  "link": "/operation-manual/crm-system/lead/query"
                },
                {
                  "text": "线索创建",
                  "link": "/operation-manual/crm-system/lead/create"
                },
                {
                  "text": "线索更新",
                  "link": "/operation-manual/crm-system/lead/update"
                },
                {
                  "text": "线索删除",
                  "link": "/operation-manual/crm-system/lead/delete"
                },
                {
                  "text": "线索导出",
                  "link": "/operation-manual/crm-system/lead/export"
                }
              ]
            },
            {
              "text": "客户管理",
              "collapsed": true,
              "items": [
                {
                  "text": "客户查询",
                  "link": "/operation-manual/crm-system/customer/query"
                },
                {
                  "text": "客户创建",
                  "link": "/operation-manual/crm-system/customer/create"
                },
                {
                  "text": "客户更新",
                  "link": "/operation-manual/crm-system/customer/update"
                },
                {
                  "text": "客户删除",
                  "link": "/operation-manual/crm-system/customer/delete"
                },
                {
                  "text": "客户导出",
                  "link": "/operation-manual/crm-system/customer/export"
                },
                {
                  "text": "客户导入",
                  "link": "/operation-manual/crm-system/customer/import"
                }
              ]
            },
            {
              "text": "联系人管理",
              "collapsed": true,
              "items": [
                {
                  "text": "联系人查询",
                  "link": "/operation-manual/crm-system/contact/query"
                },
                {
                  "text": "联系人创建",
                  "link": "/operation-manual/crm-system/contact/create"
                },
                {
                  "text": "联系人更新",
                  "link": "/operation-manual/crm-system/contact/update"
                },
                {
                  "text": "联系人删除",
                  "link": "/operation-manual/crm-system/contact/delete"
                },
                {
                  "text": "联系人导出",
                  "link": "/operation-manual/crm-system/contact/export"
                },
                {
                  "text": "关联商机",
                  "link": "/operation-manual/crm-system/contact/relate-business"
                },
                {
                  "text": "取关商机",
                  "link": "/operation-manual/crm-system/contact/unrelate-business"
                }
              ]
            },
            {
              "text": "客户公海",
              "collapsed": true,
              "items": [
                {
                  "text": "领取公海客户",
                  "link": "/operation-manual/crm-system/customer-pool/receive"
                },
                {
                  "text": "分配公海客户",
                  "link": "/operation-manual/crm-system/customer-pool/assign"
                }
              ]
            },
            {
              "text": "商机管理",
              "collapsed": true,
              "items": [
                {
                  "text": "商机查询",
                  "link": "/operation-manual/crm-system/business/query"
                },
                {
                  "text": "商机创建",
                  "link": "/operation-manual/crm-system/business/create"
                },
                {
                  "text": "商机更新",
                  "link": "/operation-manual/crm-system/business/update"
                },
                {
                  "text": "商机删除",
                  "link": "/operation-manual/crm-system/business/delete"
                },
                {
                  "text": "商机导出",
                  "link": "/operation-manual/crm-system/business/export"
                }
              ]
            },
            {
              "text": "合同管理",
              "collapsed": true,
              "items": [
                {
                  "text": "合同查询",
                  "link": "/operation-manual/crm-system/contract/query"
                },
                {
                  "text": "合同创建",
                  "link": "/operation-manual/crm-system/contract/create"
                },
                {
                  "text": "合同更新",
                  "link": "/operation-manual/crm-system/contract/update"
                },
                {
                  "text": "合同删除",
                  "link": "/operation-manual/crm-system/contract/delete"
                },
                {
                  "text": "合同导出",
                  "link": "/operation-manual/crm-system/contract/export"
                }
              ]
            },
            {
              "text": "回款管理",
              "collapsed": true,
              "items": [
                {
                  "text": "回款管理查询",
                  "link": "/operation-manual/crm-system/collection/query"
                },
                {
                  "text": "回款管理创建",
                  "link": "/operation-manual/crm-system/collection/create"
                },
                {
                  "text": "回款管理更新",
                  "link": "/operation-manual/crm-system/collection/update"
                },
                {
                  "text": "回款管理删除",
                  "link": "/operation-manual/crm-system/collection/delete"
                },
                {
                  "text": "回款管理导出",
                  "link": "/operation-manual/crm-system/collection/export"
                }
              ]
            },
            {
              "text": "回款计划",
              "collapsed": true,
              "items": [
                {
                  "text": "回款计划查询",
                  "link": "/operation-manual/crm-system/collection-plan/query"
                },
                {
                  "text": "回款计划创建",
                  "link": "/operation-manual/crm-system/collection-plan/create"
                },
                {
                  "text": "回款计划更新",
                  "link": "/operation-manual/crm-system/collection-plan/update"
                },
                {
                  "text": "回款计划删除",
                  "link": "/operation-manual/crm-system/collection-plan/delete"
                },
                {
                  "text": "回款计划导出",
                  "link": "/operation-manual/crm-system/collection-plan/export"
                }
              ]
            },
            {
              "text": "产品管理",
              "collapsed": true,
              "items": [
                {
                  "text": "产品查询",
                  "link": "/operation-manual/crm-system/product/query"
                },
                {
                  "text": "产品创建",
                  "link": "/operation-manual/crm-system/product/create"
                },
                {
                  "text": "产品更新",
                  "link": "/operation-manual/crm-system/product/update"
                },
                {
                  "text": "产品删除",
                  "link": "/operation-manual/crm-system/product/delete"
                },
                {
                  "text": "产品导出",
                  "link": "/operation-manual/crm-system/product/export"
                }
              ]
            },
            {
              "text": "数据统计",
              "collapsed": true,
              "items": [
                {
                  "text": "客户分析",
                  "link": "/operation-manual/crm-system/statistics/customer-analysis"
                },
                {
                  "text": "排行榜",
                  "link": "/operation-manual/crm-system/statistics/ranking"
                },
                {
                  "text": "员工业绩",
                  "link": "/operation-manual/crm-system/statistics/employee-performance"
                },
                {
                  "text": "客户画像",
                  "link": "/operation-manual/crm-system/statistics/customer-portrait"
                },
                {
                  "text": "销售漏斗",
                  "link": "/operation-manual/crm-system/statistics/sales-funnel"
                }
              ]
            },
            {
              "text": "系统配置",
              "collapsed": true,
              "items": [
                {
                  "text": "客户公海配置",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "客户公海配置保存",
                      "link": "/operation-manual/crm-system/config/customer-pool/save"
                    },
                    {
                      "text": "客户公海配置查询",
                      "link": "/operation-manual/crm-system/config/customer-pool/query"
                    }
                  ]
                },
                {
                  "text": "客户限制配置",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "客户限制配置查询",
                      "link": "/operation-manual/crm-system/config/customer-limit/query"
                    },
                    {
                      "text": "客户限制配置创建",
                      "link": "/operation-manual/crm-system/config/customer-limit/create"
                    },
                    {
                      "text": "客户限制配置更新",
                      "link": "/operation-manual/crm-system/config/customer-limit/update"
                    },
                    {
                      "text": "客户限制配置删除",
                      "link": "/operation-manual/crm-system/config/customer-limit/delete"
                    },
                    {
                      "text": "客户限制配置导出",
                      "link": "/operation-manual/crm-system/config/customer-limit/export"
                    }
                  ]
                },
                {
                  "text": "产品分类配置",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "产品分类查询",
                      "link": "/operation-manual/crm-system/config/product-category/query"
                    },
                    {
                      "text": "产品分类创建",
                      "link": "/operation-manual/crm-system/config/product-category/create"
                    },
                    {
                      "text": "产品分类更新",
                      "link": "/operation-manual/crm-system/config/product-category/update"
                    },
                    {
                      "text": "产品分类删除",
                      "link": "/operation-manual/crm-system/config/product-category/delete"
                    }
                  ]
                },
                {
                  "text": "商机状态配置",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "商机状态查询",
                      "link": "/operation-manual/crm-system/config/business-status/query"
                    },
                    {
                      "text": "商机状态创建",
                      "link": "/operation-manual/crm-system/config/business-status/create"
                    },
                    {
                      "text": "商机状态更新",
                      "link": "/operation-manual/crm-system/config/business-status/update"
                    },
                    {
                      "text": "商机状态删除",
                      "link": "/operation-manual/crm-system/config/business-status/delete"
                    }
                  ]
                },
                {
                  "text": "合同配置",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "合同配置更新",
                      "link": "/operation-manual/crm-system/config/contract/update"
                    },
                    {
                      "text": "合同配置查询",
                      "link": "/operation-manual/crm-system/config/contract/query"
                    }
                  ]
                }
              ]
            }
          ]
        },
        {
          "text": "ERP 系统",
          "collapsed": true,
          "items": [
            {
              "text": "ERP 首页",
              "link": "/operation-manual/erp-system/home"
            },
            {
              "text": "POS销售",
              "link": "/operation-manual/erp-system/pos-sales"
            },
            {
              "text": "销售管理",
              "collapsed": true,
              "items": [
                {
                  "text": "零售订单",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "列表查询",
                      "link": "/operation-manual/erp-system/sales/retail-order/query"
                    }
                  ]
                },
                {
                  "text": "销售订单",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "销售订单查询",
                      "link": "/operation-manual/erp-system/sales/sales-order/query"
                    },
                    {
                      "text": "销售订单创建",
                      "link": "/operation-manual/erp-system/sales/sales-order/create"
                    },
                    {
                      "text": "销售订单更新",
                      "link": "/operation-manual/erp-system/sales/sales-order/update"
                    },
                    {
                      "text": "销售订单删除",
                      "link": "/operation-manual/erp-system/sales/sales-order/delete"
                    },
                    {
                      "text": "销售订单导出",
                      "link": "/operation-manual/erp-system/sales/sales-order/export"
                    },
                    {
                      "text": "销售订单审批",
                      "link": "/operation-manual/erp-system/sales/sales-order/approve"
                    }
                  ]
                },
                {
                  "text": "销售出库",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "销售出库查询",
                      "link": "/operation-manual/erp-system/sales/sales-outbound/query"
                    },
                    {
                      "text": "销售出库创建",
                      "link": "/operation-manual/erp-system/sales/sales-outbound/create"
                    },
                    {
                      "text": "销售出库更新",
                      "link": "/operation-manual/erp-system/sales/sales-outbound/update"
                    },
                    {
                      "text": "销售出库删除",
                      "link": "/operation-manual/erp-system/sales/sales-outbound/delete"
                    },
                    {
                      "text": "销售出库导出",
                      "link": "/operation-manual/erp-system/sales/sales-outbound/export"
                    },
                    {
                      "text": "销售出库审批",
                      "link": "/operation-manual/erp-system/sales/sales-outbound/approve"
                    }
                  ]
                },
                {
                  "text": "销售退货",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "销售退货查询",
                      "link": "/operation-manual/erp-system/sales/sales-return/query"
                    },
                    {
                      "text": "销售退货创建",
                      "link": "/operation-manual/erp-system/sales/sales-return/create"
                    },
                    {
                      "text": "销售退货更新",
                      "link": "/operation-manual/erp-system/sales/sales-return/update"
                    },
                    {
                      "text": "销售退货删除",
                      "link": "/operation-manual/erp-system/sales/sales-return/delete"
                    },
                    {
                      "text": "销售退货导出",
                      "link": "/operation-manual/erp-system/sales/sales-return/export"
                    },
                    {
                      "text": "销售退货审批",
                      "link": "/operation-manual/erp-system/sales/sales-return/approve"
                    }
                  ]
                },
                {
                  "text": "客户信息",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "客户查询",
                      "link": "/operation-manual/erp-system/sales/customer/query"
                    },
                    {
                      "text": "客户创建",
                      "link": "/operation-manual/erp-system/sales/customer/create"
                    },
                    {
                      "text": "客户更新",
                      "link": "/operation-manual/erp-system/sales/customer/update"
                    },
                    {
                      "text": "客户删除",
                      "link": "/operation-manual/erp-system/sales/customer/delete"
                    },
                    {
                      "text": "客户导出",
                      "link": "/operation-manual/erp-system/sales/customer/export"
                    }
                  ]
                },
                {
                  "text": "赠品管理",
                  "link": "/operation-manual/erp-system/sales/gift-mgmt"
                },
                {
                  "text": "在售商品管理",
                  "link": "/operation-manual/erp-system/sales/on-sale-product-mgmt"
                }
              ]
            },
            {
              "text": "采购管理",
              "collapsed": true,
              "items": [
                {
                  "text": "进货审批单",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "查询列表",
                      "link": "/operation-manual/erp-system/purchase/inbound-approval/query"
                    },
                    {
                      "text": "新增",
                      "link": "/operation-manual/erp-system/purchase/inbound-approval/add"
                    },
                    {
                      "text": "修改",
                      "link": "/operation-manual/erp-system/purchase/inbound-approval/update"
                    },
                    {
                      "text": "删除",
                      "link": "/operation-manual/erp-system/purchase/inbound-approval/delete"
                    }
                  ]
                },
                {
                  "text": "补货申请单",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "查询列表",
                      "link": "/operation-manual/erp-system/purchase/replenish-application/query"
                    },
                    {
                      "text": "新增",
                      "link": "/operation-manual/erp-system/purchase/replenish-application/add"
                    },
                    {
                      "text": "修改",
                      "link": "/operation-manual/erp-system/purchase/replenish-application/update"
                    },
                    {
                      "text": "删除",
                      "link": "/operation-manual/erp-system/purchase/replenish-application/delete"
                    }
                  ]
                },
                {
                  "text": "采购计划",
                  "link": "/operation-manual/erp-system/purchase/purchase-plan"
                },
                {
                  "text": "采购询价",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "查询列表",
                      "link": "/operation-manual/erp-system/purchase/purchase-inquiry/query"
                    },
                    {
                      "text": "新增",
                      "link": "/operation-manual/erp-system/purchase/purchase-inquiry/add"
                    },
                    {
                      "text": "修改",
                      "link": "/operation-manual/erp-system/purchase/purchase-inquiry/update"
                    },
                    {
                      "text": "删除",
                      "link": "/operation-manual/erp-system/purchase/purchase-inquiry/delete"
                    }
                  ]
                },
                {
                  "text": "采购订单",
                  "link": "/operation-manual/erp-system/purchase/purchase-order"
                },
                {
                  "text": "采购退货",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "采购退货查询",
                      "link": "/operation-manual/erp-system/purchase/purchase-return/query"
                    },
                    {
                      "text": "采购退货创建",
                      "link": "/operation-manual/erp-system/purchase/purchase-return/create"
                    },
                    {
                      "text": "采购退货更新",
                      "link": "/operation-manual/erp-system/purchase/purchase-return/update"
                    },
                    {
                      "text": "采购退货删除",
                      "link": "/operation-manual/erp-system/purchase/purchase-return/delete"
                    },
                    {
                      "text": "采购退货导出",
                      "link": "/operation-manual/erp-system/purchase/purchase-return/export"
                    },
                    {
                      "text": "采购退货审批",
                      "link": "/operation-manual/erp-system/purchase/purchase-return/approve"
                    }
                  ]
                },
                {
                  "text": "采购入库",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "采购入库查询",
                      "link": "/operation-manual/erp-system/purchase/purchase-inbound/query"
                    },
                    {
                      "text": "采购入库创建",
                      "link": "/operation-manual/erp-system/purchase/purchase-inbound/create"
                    },
                    {
                      "text": "采购入库更新",
                      "link": "/operation-manual/erp-system/purchase/purchase-inbound/update"
                    },
                    {
                      "text": "采购入库删除",
                      "link": "/operation-manual/erp-system/purchase/purchase-inbound/delete"
                    },
                    {
                      "text": "采购入库导出",
                      "link": "/operation-manual/erp-system/purchase/purchase-inbound/export"
                    },
                    {
                      "text": "采购入库审批",
                      "link": "/operation-manual/erp-system/purchase/purchase-inbound/approve"
                    }
                  ]
                },
                {
                  "text": "供应商信息",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "供应商查询",
                      "link": "/operation-manual/erp-system/purchase/supplier/query"
                    },
                    {
                      "text": "供应商创建",
                      "link": "/operation-manual/erp-system/purchase/supplier/create"
                    },
                    {
                      "text": "供应商更新",
                      "link": "/operation-manual/erp-system/purchase/supplier/update"
                    },
                    {
                      "text": "供应商删除",
                      "link": "/operation-manual/erp-system/purchase/supplier/delete"
                    },
                    {
                      "text": "供应商导出",
                      "link": "/operation-manual/erp-system/purchase/supplier/export"
                    }
                  ]
                }
              ]
            },
            {
              "text": "收货管理",
              "collapsed": true,
              "items": [
                {
                  "text": "收货单",
                  "link": "/operation-manual/erp-system/receipt/receipt-order"
                },
                {
                  "text": "验收入库通知单",
                  "link": "/operation-manual/erp-system/receipt/inspection-notice"
                },
                {
                  "text": "拒收单",
                  "link": "/operation-manual/erp-system/receipt/reject-order"
                },
                {
                  "text": "拒收退货单",
                  "link": "/operation-manual/erp-system/receipt/reject-return-order"
                }
              ]
            },
            {
              "text": "采购入库",
              "collapsed": true,
              "items": [
                {
                  "text": "复核入库单",
                  "link": "/operation-manual/erp-system/purchase-inbound/recheck-inbound"
                },
                {
                  "text": "供应商退货单",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "查询",
                      "link": "/operation-manual/erp-system/purchase-inbound/supplier-return/query"
                    },
                    {
                      "text": "新增",
                      "link": "/operation-manual/erp-system/purchase-inbound/supplier-return/add"
                    },
                    {
                      "text": "修改",
                      "link": "/operation-manual/erp-system/purchase-inbound/supplier-return/update"
                    },
                    {
                      "text": "删除",
                      "link": "/operation-manual/erp-system/purchase-inbound/supplier-return/delete"
                    },
                    {
                      "text": "导出",
                      "link": "/operation-manual/erp-system/purchase-inbound/supplier-return/export"
                    }
                  ]
                }
              ]
            },
            {
              "text": "库存管理",
              "collapsed": true,
              "items": [
                {
                  "text": "仓库信息",
                  "link": "/operation-manual/erp-system/inventory/warehouse"
                },
                {
                  "text": "产品库存",
                  "link": "/operation-manual/erp-system/inventory/product-stock"
                },
                {
                  "text": "售价设置",
                  "link": "/operation-manual/erp-system/inventory/price-setting"
                },
                {
                  "text": "出入库明细",
                  "link": "/operation-manual/erp-system/inventory/stock-detail"
                },
                {
                  "text": "其它入库",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "其它入库单查询",
                      "link": "/operation-manual/erp-system/inventory/other-inbound/query"
                    },
                    {
                      "text": "其它入库单创建",
                      "link": "/operation-manual/erp-system/inventory/other-inbound/create"
                    },
                    {
                      "text": "其它入库单更新",
                      "link": "/operation-manual/erp-system/inventory/other-inbound/update"
                    },
                    {
                      "text": "其它入库单删除",
                      "link": "/operation-manual/erp-system/inventory/other-inbound/delete"
                    },
                    {
                      "text": "其它入库单导出",
                      "link": "/operation-manual/erp-system/inventory/other-inbound/export"
                    },
                    {
                      "text": "其它入库单审批",
                      "link": "/operation-manual/erp-system/inventory/other-inbound/approve"
                    }
                  ]
                },
                {
                  "text": "其它出库",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "其它出库单查询",
                      "link": "/operation-manual/erp-system/inventory/other-outbound/query"
                    },
                    {
                      "text": "其它出库单创建",
                      "link": "/operation-manual/erp-system/inventory/other-outbound/create"
                    },
                    {
                      "text": "其它出库单更新",
                      "link": "/operation-manual/erp-system/inventory/other-outbound/update"
                    },
                    {
                      "text": "其它出库单删除",
                      "link": "/operation-manual/erp-system/inventory/other-outbound/delete"
                    },
                    {
                      "text": "其它出库单导出",
                      "link": "/operation-manual/erp-system/inventory/other-outbound/export"
                    },
                    {
                      "text": "其它出库单审批",
                      "link": "/operation-manual/erp-system/inventory/other-outbound/approve"
                    }
                  ]
                }
              ]
            },
            {
              "text": "配送管理",
              "collapsed": true,
              "items": [
                {
                  "text": "配送单",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "查询",
                      "link": "/operation-manual/erp-system/distribution/distribution-order/query"
                    },
                    {
                      "text": "导出",
                      "link": "/operation-manual/erp-system/distribution/distribution-order/export"
                    }
                  ]
                },
                {
                  "text": "配送申请单",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "查询",
                      "link": "/operation-manual/erp-system/distribution/distribution-apply/query"
                    },
                    {
                      "text": "新建",
                      "link": "/operation-manual/erp-system/distribution/distribution-apply/create"
                    },
                    {
                      "text": "修改",
                      "link": "/operation-manual/erp-system/distribution/distribution-apply/update"
                    },
                    {
                      "text": "删除",
                      "link": "/operation-manual/erp-system/distribution/distribution-apply/delete"
                    },
                    {
                      "text": "导出",
                      "link": "/operation-manual/erp-system/distribution/distribution-apply/export"
                    }
                  ]
                },
                {
                  "text": "配送出库复核单",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "查询",
                      "link": "/operation-manual/erp-system/distribution/distribution-outbound-recheck/query"
                    },
                    {
                      "text": "修改",
                      "link": "/operation-manual/erp-system/distribution/distribution-outbound-recheck/update"
                    },
                    {
                      "text": "删除",
                      "link": "/operation-manual/erp-system/distribution/distribution-outbound-recheck/delete"
                    },
                    {
                      "text": "导出",
                      "link": "/operation-manual/erp-system/distribution/distribution-outbound-recheck/export"
                    }
                  ]
                },
                {
                  "text": "远程收货单",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "查询",
                      "link": "/operation-manual/erp-system/distribution/remote-receipt/query"
                    },
                    {
                      "text": "修改",
                      "link": "/operation-manual/erp-system/distribution/remote-receipt/update"
                    },
                    {
                      "text": "删除",
                      "link": "/operation-manual/erp-system/distribution/remote-receipt/delete"
                    },
                    {
                      "text": "导出",
                      "link": "/operation-manual/erp-system/distribution/remote-receipt/export"
                    }
                  ]
                },
                {
                  "text": "退仓单",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "查询",
                      "link": "/operation-manual/erp-system/distribution/return-warehouse/query"
                    },
                    {
                      "text": "新建",
                      "link": "/operation-manual/erp-system/distribution/return-warehouse/create"
                    },
                    {
                      "text": "修改",
                      "link": "/operation-manual/erp-system/distribution/return-warehouse/update"
                    },
                    {
                      "text": "删除",
                      "link": "/operation-manual/erp-system/distribution/return-warehouse/delete"
                    },
                    {
                      "text": "导出",
                      "link": "/operation-manual/erp-system/distribution/return-warehouse/export"
                    }
                  ]
                },
                {
                  "text": "门店间调拨单",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "查询",
                      "link": "/operation-manual/erp-system/distribution/store-transfer/query"
                    },
                    {
                      "text": "新增",
                      "link": "/operation-manual/erp-system/distribution/store-transfer/add"
                    },
                    {
                      "text": "修改",
                      "link": "/operation-manual/erp-system/distribution/store-transfer/update"
                    },
                    {
                      "text": "删除",
                      "link": "/operation-manual/erp-system/distribution/store-transfer/delete"
                    },
                    {
                      "text": "导出",
                      "link": "/operation-manual/erp-system/distribution/store-transfer/export"
                    }
                  ]
                },
                {
                  "text": "退仓申请单",
                  "link": "/operation-manual/erp-system/distribution/return-warehouse-apply"
                },
                {
                  "text": "申请转配送",
                  "link": "/operation-manual/erp-system/distribution/apply-to-distribution"
                },
                {
                  "text": "门店间调拨申请单",
                  "link": "/operation-manual/erp-system/distribution/store-transfer-apply"
                },
                {
                  "text": "货位调整单",
                  "link": "/operation-manual/erp-system/distribution/location-adjust"
                },
                {
                  "text": "门店验收记录",
                  "link": "/operation-manual/erp-system/distribution/store-inspection-record"
                },
                {
                  "text": "加盟配送单",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "新增",
                      "link": "/operation-manual/erp-system/distribution/franchise-distribution/add"
                    },
                    {
                      "text": "查询",
                      "link": "/operation-manual/erp-system/distribution/franchise-distribution/query"
                    },
                    {
                      "text": "修改",
                      "link": "/operation-manual/erp-system/distribution/franchise-distribution/update"
                    },
                    {
                      "text": "删除",
                      "link": "/operation-manual/erp-system/distribution/franchise-distribution/delete"
                    },
                    {
                      "text": "导出",
                      "link": "/operation-manual/erp-system/distribution/franchise-distribution/export"
                    }
                  ]
                }
              ]
            },
            {
              "text": "物流中心",
              "collapsed": true,
              "items": [
                {
                  "text": "快递配送",
                  "link": "/operation-manual/erp-system/logistics/express-distribution"
                },
                {
                  "text": "同城配送",
                  "link": "/operation-manual/erp-system/logistics/local-distribution"
                }
              ]
            },
            {
              "text": "商品管理",
              "collapsed": true,
              "items": [
                {
                  "text": "商品信息",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "产品查询",
                      "link": "/operation-manual/erp-system/product/product-info/query"
                    },
                    {
                      "text": "产品创建",
                      "link": "/operation-manual/erp-system/product/product-info/create"
                    },
                    {
                      "text": "产品更新",
                      "link": "/operation-manual/erp-system/product/product-info/update"
                    },
                    {
                      "text": "产品删除",
                      "link": "/operation-manual/erp-system/product/product-info/delete"
                    },
                    {
                      "text": "产品导出",
                      "link": "/operation-manual/erp-system/product/product-info/export"
                    }
                  ]
                },
                {
                  "text": "产品分类",
                  "link": "/operation-manual/erp-system/product/product-category"
                },
                {
                  "text": "商品单位",
                  "link": "/operation-manual/erp-system/product/product-unit"
                },
                {
                  "text": "商品对应柜组设置",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "查询",
                      "link": "/operation-manual/erp-system/product/product-counter-group/query"
                    },
                    {
                      "text": "新建",
                      "link": "/operation-manual/erp-system/product/product-counter-group/create"
                    },
                    {
                      "text": "新增",
                      "link": "/operation-manual/erp-system/product/product-counter-group/add"
                    },
                    {
                      "text": "修改",
                      "link": "/operation-manual/erp-system/product/product-counter-group/update"
                    },
                    {
                      "text": "删除",
                      "link": "/operation-manual/erp-system/product/product-counter-group/delete"
                    },
                    {
                      "text": "导出",
                      "link": "/operation-manual/erp-system/product/product-counter-group/export"
                    }
                  ]
                },
                {
                  "text": "商品对应货位设置",
                  "link": "/operation-manual/erp-system/product/product-location-setting"
                }
              ]
            },
            {
              "text": "养护管理",
              "collapsed": true,
              "items": [
                {
                  "text": "养户计划管理",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "查询",
                      "link": "/operation-manual/erp-system/maintenance/maintenance-plan/query"
                    },
                    {
                      "text": "新建",
                      "link": "/operation-manual/erp-system/maintenance/maintenance-plan/create"
                    },
                    {
                      "text": "修改",
                      "link": "/operation-manual/erp-system/maintenance/maintenance-plan/update"
                    },
                    {
                      "text": "删除",
                      "link": "/operation-manual/erp-system/maintenance/maintenance-plan/delete"
                    },
                    {
                      "text": "导出",
                      "link": "/operation-manual/erp-system/maintenance/maintenance-plan/export"
                    }
                  ]
                },
                {
                  "text": "养护计划明细",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "查询",
                      "link": "/operation-manual/erp-system/maintenance/maintenance-plan-detail/query"
                    },
                    {
                      "text": "导出",
                      "link": "/operation-manual/erp-system/maintenance/maintenance-plan-detail/export"
                    },
                    {
                      "text": "转养护记录",
                      "link": "/operation-manual/erp-system/maintenance/maintenance-plan-detail/convert-to-record"
                    }
                  ]
                },
                {
                  "text": "商品养护设置",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "查询",
                      "link": "/operation-manual/erp-system/maintenance/product-maintenance-setting/query"
                    },
                    {
                      "text": "新增",
                      "link": "/operation-manual/erp-system/maintenance/product-maintenance-setting/add"
                    },
                    {
                      "text": "修改",
                      "link": "/operation-manual/erp-system/maintenance/product-maintenance-setting/update"
                    },
                    {
                      "text": "删除",
                      "link": "/operation-manual/erp-system/maintenance/product-maintenance-setting/delete"
                    },
                    {
                      "text": "导出",
                      "link": "/operation-manual/erp-system/maintenance/product-maintenance-setting/export"
                    }
                  ]
                },
                {
                  "text": "库存清单(养护员)",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "查询",
                      "link": "/operation-manual/erp-system/maintenance/stock-list-maintainer/query"
                    },
                    {
                      "text": "导出",
                      "link": "/operation-manual/erp-system/maintenance/stock-list-maintainer/export"
                    },
                    {
                      "text": "新增",
                      "link": "/operation-manual/erp-system/maintenance/stock-list-maintainer/add"
                    }
                  ]
                },
                {
                  "text": "药品养护记录",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "查询",
                      "link": "/operation-manual/erp-system/maintenance/drug-maintenance-record/query"
                    },
                    {
                      "text": "修改",
                      "link": "/operation-manual/erp-system/maintenance/drug-maintenance-record/update"
                    },
                    {
                      "text": "删除",
                      "link": "/operation-manual/erp-system/maintenance/drug-maintenance-record/delete"
                    },
                    {
                      "text": "导出",
                      "link": "/operation-manual/erp-system/maintenance/drug-maintenance-record/export"
                    },
                    {
                      "text": "生成养护记录",
                      "link": "/operation-manual/erp-system/maintenance/drug-maintenance-record/generate"
                    }
                  ]
                },
                {
                  "text": "投诉管理单",
                  "link": "/operation-manual/erp-system/maintenance/complaint-mgmt"
                }
              ]
            },
            {
              "text": "GSP报表",
              "collapsed": true,
              "items": [
                {
                  "text": "采购记录",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "采购记录查询",
                      "link": "/operation-manual/erp-system/gsp-report/purchase-record/query"
                    }
                  ]
                },
                {
                  "text": "购进验收记录",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "获得",
                      "link": "/operation-manual/erp-system/gsp-report/purchase-inspection-record/get"
                    },
                    {
                      "text": "导出",
                      "link": "/operation-manual/erp-system/gsp-report/purchase-inspection-record/export"
                    },
                    {
                      "text": "创建",
                      "link": "/operation-manual/erp-system/gsp-report/purchase-inspection-record/create"
                    },
                    {
                      "text": "更新",
                      "link": "/operation-manual/erp-system/gsp-report/purchase-inspection-record/update"
                    },
                    {
                      "text": "删除",
                      "link": "/operation-manual/erp-system/gsp-report/purchase-inspection-record/delete"
                    }
                  ]
                },
                {
                  "text": "购进入库记录",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "更新",
                      "link": "/operation-manual/erp-system/gsp-report/purchase-inbound-record/update"
                    },
                    {
                      "text": "删除",
                      "link": "/operation-manual/erp-system/gsp-report/purchase-inbound-record/delete"
                    },
                    {
                      "text": "获得",
                      "link": "/operation-manual/erp-system/gsp-report/purchase-inbound-record/get"
                    },
                    {
                      "text": "导出",
                      "link": "/operation-manual/erp-system/gsp-report/purchase-inbound-record/export"
                    }
                  ]
                },
                {
                  "text": "购进退货记录",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "获得",
                      "link": "/operation-manual/erp-system/gsp-report/purchase-return-record/get"
                    },
                    {
                      "text": "导出",
                      "link": "/operation-manual/erp-system/gsp-report/purchase-return-record/export"
                    }
                  ]
                },
                {
                  "text": "零售销售记录",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "零售销售记录查询",
                      "link": "/operation-manual/erp-system/gsp-report/retail-sales-record/query"
                    }
                  ]
                },
                {
                  "text": "配送出库复核记录",
                  "link": "/operation-manual/erp-system/gsp-report/distribution-outbound-recheck-record"
                },
                {
                  "text": "配送退回记录",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "配送退回记录查询",
                      "link": "/operation-manual/erp-system/gsp-report/distribution-return-record/query"
                    }
                  ]
                },
                {
                  "text": "零售退回记录",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "获取",
                      "link": "/operation-manual/erp-system/gsp-report/retail-return-record/get"
                    },
                    {
                      "text": "导出",
                      "link": "/operation-manual/erp-system/gsp-report/retail-return-record/export"
                    }
                  ]
                },
                {
                  "text": "药品折零记录",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "获得",
                      "link": "/operation-manual/erp-system/gsp-report/drug-split-record/get"
                    },
                    {
                      "text": "导出",
                      "link": "/operation-manual/erp-system/gsp-report/drug-split-record/export"
                    }
                  ]
                },
                {
                  "text": "不合格商品销毁单",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "获得",
                      "link": "/operation-manual/erp-system/gsp-report/unqualified-destruction/get"
                    },
                    {
                      "text": "导出",
                      "link": "/operation-manual/erp-system/gsp-report/unqualified-destruction/export"
                    },
                    {
                      "text": "新增",
                      "link": "/operation-manual/erp-system/gsp-report/unqualified-destruction/add"
                    },
                    {
                      "text": "删除",
                      "link": "/operation-manual/erp-system/gsp-report/unqualified-destruction/delete"
                    },
                    {
                      "text": "更新",
                      "link": "/operation-manual/erp-system/gsp-report/unqualified-destruction/update"
                    }
                  ]
                },
                {
                  "text": "中药装斗记录",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "创建中药装斗记录",
                      "link": "/operation-manual/erp-system/gsp-report/chinese-medicine-fill-record/create"
                    },
                    {
                      "text": "更新中药装斗记录",
                      "link": "/operation-manual/erp-system/gsp-report/chinese-medicine-fill-record/update"
                    },
                    {
                      "text": "删除中药装斗记录",
                      "link": "/operation-manual/erp-system/gsp-report/chinese-medicine-fill-record/delete"
                    },
                    {
                      "text": "获得中药装斗记录",
                      "link": "/operation-manual/erp-system/gsp-report/chinese-medicine-fill-record/get"
                    },
                    {
                      "text": "导出中药装斗记录",
                      "link": "/operation-manual/erp-system/gsp-report/chinese-medicine-fill-record/export"
                    }
                  ]
                },
                {
                  "text": "90天商品效期预警记录",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "查询",
                      "link": "/operation-manual/erp-system/gsp-report/90day-expiry-warning/query"
                    },
                    {
                      "text": "导出",
                      "link": "/operation-manual/erp-system/gsp-report/90day-expiry-warning/export"
                    }
                  ]
                },
                {
                  "text": "商品效期查询报表",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "查询",
                      "link": "/operation-manual/erp-system/gsp-report/product-expiry-query/query"
                    },
                    {
                      "text": "导出",
                      "link": "/operation-manual/erp-system/gsp-report/product-expiry-query/export"
                    }
                  ]
                },
                {
                  "text": "不良反应登记单",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "创建不良反应登记单",
                      "link": "/operation-manual/erp-system/gsp-report/adverse-reaction-record/create"
                    },
                    {
                      "text": "更新不良反应登记",
                      "link": "/operation-manual/erp-system/gsp-report/adverse-reaction-record/update"
                    },
                    {
                      "text": "删除不良反应登记单",
                      "link": "/operation-manual/erp-system/gsp-report/adverse-reaction-record/delete"
                    },
                    {
                      "text": "获得不良反应登记单",
                      "link": "/operation-manual/erp-system/gsp-report/adverse-reaction-record/get"
                    },
                    {
                      "text": "导出不良反应登记单",
                      "link": "/operation-manual/erp-system/gsp-report/adverse-reaction-record/export"
                    }
                  ]
                },
                {
                  "text": "不合格品确认单",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "查询",
                      "link": "/operation-manual/erp-system/gsp-report/unqualified-confirmation/query"
                    },
                    {
                      "text": "创建",
                      "link": "/operation-manual/erp-system/gsp-report/unqualified-confirmation/create"
                    },
                    {
                      "text": "更新",
                      "link": "/operation-manual/erp-system/gsp-report/unqualified-confirmation/update"
                    },
                    {
                      "text": "删除",
                      "link": "/operation-manual/erp-system/gsp-report/unqualified-confirmation/delete"
                    },
                    {
                      "text": "导出",
                      "link": "/operation-manual/erp-system/gsp-report/unqualified-confirmation/export"
                    }
                  ]
                },
                {
                  "text": "不合格商品上报单",
                  "link": "/operation-manual/erp-system/gsp-report/unqualified-report"
                },
                {
                  "text": "质量复查单",
                  "link": "/operation-manual/erp-system/gsp-report/quality-recheck"
                },
                {
                  "text": "质量事故登记单",
                  "link": "/operation-manual/erp-system/gsp-report/quality-accident-record"
                },
                {
                  "text": "含特殊药品(麻黄碱)销售查询",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "查询",
                      "link": "/operation-manual/erp-system/gsp-report/special-drug-sales/query"
                    },
                    {
                      "text": "导出",
                      "link": "/operation-manual/erp-system/gsp-report/special-drug-sales/export"
                    }
                  ]
                },
                {
                  "text": "陈列检查计划明细",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "获得",
                      "link": "/operation-manual/erp-system/gsp-report/display-inspection-plan-detail/get"
                    },
                    {
                      "text": "导出",
                      "link": "/operation-manual/erp-system/gsp-report/display-inspection-plan-detail/export"
                    }
                  ]
                },
                {
                  "text": "陈列药品检查记录单",
                  "link": "/operation-manual/erp-system/gsp-report/display-drug-inspection-record"
                }
              ]
            },
            {
              "text": "质量管理",
              "collapsed": true,
              "items": [
                {
                  "text": "温湿度记录",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "创建温湿度记录",
                      "link": "/operation-manual/erp-system/quality-management/temperature-record/create"
                    },
                    {
                      "text": "更新温湿度记录",
                      "link": "/operation-manual/erp-system/quality-management/temperature-record/update"
                    },
                    {
                      "text": "删除温湿度记录",
                      "link": "/operation-manual/erp-system/quality-management/temperature-record/delete"
                    },
                    {
                      "text": "获得温湿度记录",
                      "link": "/operation-manual/erp-system/quality-management/temperature-record/get"
                    },
                    {
                      "text": "导出温湿度记录",
                      "link": "/operation-manual/erp-system/quality-management/temperature-record/export"
                    }
                  ]
                },
                {
                  "text": "首营企业",
                  "link": "/operation-manual/erp-system/quality-management/first-supplier",
                  "collapsed": true
                },
                {
                  "text": "首营品种",
                  "link": "/operation-manual/erp-system/quality-management/first-product"
                },
                {
                  "text": "商品证照扫描",
                  "link": "/operation-manual/erp-system/quality-management/product-license-scan"
                },
                {
                  "text": "重点养护品种确定表",
                  "link": "/operation-manual/erp-system/quality-management/key-maintenance-list"
                },
                {
                  "text": "门店证照管理",
                  "link": "/operation-manual/erp-system/quality-management/store-license-mgmt"
                },
                {
                  "text": "入库抽检数量设置",
                  "link": "/operation-manual/erp-system/quality-management/inbound-sampling-setting"
                },
                {
                  "text": "停止恢复销售单",
                  "link": "/operation-manual/erp-system/quality-management/stop-resume-sales"
                },
                {
                  "text": "药品购进记录",
                  "link": "/operation-manual/erp-system/quality-management/drug-purchase-record"
                },
                {
                  "text": "历史商品效期报表",
                  "link": "/operation-manual/erp-system/quality-management/historical-expiry-report"
                },
                {
                  "text": "效期商品登记表",
                  "link": "/operation-manual/erp-system/quality-management/expiry-registration"
                },
                {
                  "text": "供应商证照设置",
                  "link": "/operation-manual/erp-system/quality-management/supplier-license-setting"
                },
                {
                  "text": "质量档案扫描",
                  "link": "/operation-manual/erp-system/quality-management/quality-file-scan"
                },
                {
                  "text": "门店配送药品验收记录",
                  "link": "/operation-manual/erp-system/quality-management/store-delivery-inspection"
                },
                {
                  "text": "不合格药品台帐",
                  "link": "/operation-manual/erp-system/quality-management/unqualified-drug-account"
                }
              ]
            },
            {
              "text": "基础设置",
              "collapsed": true,
              "items": [
                {
                  "text": "组柜设置",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "查询",
                      "link": "/operation-manual/erp-system/basic-setting/counter-setting/query"
                    },
                    {
                      "text": "新增",
                      "link": "/operation-manual/erp-system/basic-setting/counter-setting/add"
                    },
                    {
                      "text": "修改",
                      "link": "/operation-manual/erp-system/basic-setting/counter-setting/update"
                    },
                    {
                      "text": "删除",
                      "link": "/operation-manual/erp-system/basic-setting/counter-setting/delete"
                    },
                    {
                      "text": "导出",
                      "link": "/operation-manual/erp-system/basic-setting/counter-setting/export"
                    }
                  ]
                },
                {
                  "text": "货位设置",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "创建货位",
                      "link": "/operation-manual/erp-system/basic-setting/location-setting/create"
                    },
                    {
                      "text": "更新货位",
                      "link": "/operation-manual/erp-system/basic-setting/location-setting/update"
                    },
                    {
                      "text": "删除货位",
                      "link": "/operation-manual/erp-system/basic-setting/location-setting/delete"
                    },
                    {
                      "text": "获得货位",
                      "link": "/operation-manual/erp-system/basic-setting/location-setting/get"
                    },
                    {
                      "text": "导出货位",
                      "link": "/operation-manual/erp-system/basic-setting/location-setting/export"
                    }
                  ]
                },
                {
                  "text": "部门管理",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "新增",
                      "link": "/operation-manual/erp-system/basic-setting/dept-mgmt/add"
                    },
                    {
                      "text": "删除",
                      "link": "/operation-manual/erp-system/basic-setting/dept-mgmt/delete"
                    },
                    {
                      "text": "导出",
                      "link": "/operation-manual/erp-system/basic-setting/dept-mgmt/export"
                    },
                    {
                      "text": "查询",
                      "link": "/operation-manual/erp-system/basic-setting/dept-mgmt/query"
                    },
                    {
                      "text": "更新",
                      "link": "/operation-manual/erp-system/basic-setting/dept-mgmt/update"
                    }
                  ]
                },
                {
                  "text": "用户管理",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "新增",
                      "link": "/operation-manual/erp-system/basic-setting/user-mgmt/add"
                    },
                    {
                      "text": "删除",
                      "link": "/operation-manual/erp-system/basic-setting/user-mgmt/delete"
                    },
                    {
                      "text": "查询",
                      "link": "/operation-manual/erp-system/basic-setting/user-mgmt/query"
                    },
                    {
                      "text": "更新",
                      "link": "/operation-manual/erp-system/basic-setting/user-mgmt/update"
                    },
                    {
                      "text": "重置密码",
                      "link": "/operation-manual/erp-system/basic-setting/user-mgmt/reset-password"
                    },
                    {
                      "text": "修改密码",
                      "link": "/operation-manual/erp-system/basic-setting/user-mgmt/change-password"
                    }
                  ]
                },
                {
                  "text": "会计月设置",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "创建会计月",
                      "link": "/operation-manual/erp-system/basic-setting/accounting-month/create"
                    },
                    {
                      "text": "更新",
                      "link": "/operation-manual/erp-system/basic-setting/accounting-month/update"
                    },
                    {
                      "text": "删除",
                      "link": "/operation-manual/erp-system/basic-setting/accounting-month/delete"
                    },
                    {
                      "text": "查询",
                      "link": "/operation-manual/erp-system/basic-setting/accounting-month/query"
                    },
                    {
                      "text": "导出",
                      "link": "/operation-manual/erp-system/basic-setting/accounting-month/export"
                    }
                  ]
                }
              ]
            },
            {
              "text": "盘点管理",
              "collapsed": true,
              "items": [
                {
                  "text": "盘点登记",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "创建",
                      "link": "/operation-manual/erp-system/stocktaking/registration/create"
                    },
                    {
                      "text": "更新",
                      "link": "/operation-manual/erp-system/stocktaking/registration/update"
                    },
                    {
                      "text": "删除",
                      "link": "/operation-manual/erp-system/stocktaking/registration/delete"
                    },
                    {
                      "text": "获得",
                      "link": "/operation-manual/erp-system/stocktaking/registration/get"
                    },
                    {
                      "text": "导出",
                      "link": "/operation-manual/erp-system/stocktaking/registration/export"
                    }
                  ]
                },
                {
                  "text": "盘点单",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "创建",
                      "link": "/operation-manual/erp-system/stocktaking/stocktaking-order/create"
                    },
                    {
                      "text": "更新",
                      "link": "/operation-manual/erp-system/stocktaking/stocktaking-order/update"
                    },
                    {
                      "text": "删除",
                      "link": "/operation-manual/erp-system/stocktaking/stocktaking-order/delete"
                    },
                    {
                      "text": "获取",
                      "link": "/operation-manual/erp-system/stocktaking/stocktaking-order/get"
                    },
                    {
                      "text": "导出",
                      "link": "/operation-manual/erp-system/stocktaking/stocktaking-order/export"
                    }
                  ]
                },
                {
                  "text": "手机盘点登记",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "创建",
                      "link": "/operation-manual/erp-system/stocktaking/mobile-registration/create"
                    },
                    {
                      "text": "更新",
                      "link": "/operation-manual/erp-system/stocktaking/mobile-registration/update"
                    },
                    {
                      "text": "删除",
                      "link": "/operation-manual/erp-system/stocktaking/mobile-registration/delete"
                    },
                    {
                      "text": "获得",
                      "link": "/operation-manual/erp-system/stocktaking/mobile-registration/get"
                    },
                    {
                      "text": "导出",
                      "link": "/operation-manual/erp-system/stocktaking/mobile-registration/export"
                    }
                  ]
                },
                {
                  "text": "漏盘品种清单",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "获得",
                      "link": "/operation-manual/erp-system/stocktaking/missed-list/get"
                    },
                    {
                      "text": "导出",
                      "link": "/operation-manual/erp-system/stocktaking/missed-list/export"
                    }
                  ]
                },
                {
                  "text": "盘点盈亏报表",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "获得",
                      "link": "/operation-manual/erp-system/stocktaking/profit-loss-report/get"
                    },
                    {
                      "text": "导出",
                      "link": "/operation-manual/erp-system/stocktaking/profit-loss-report/export"
                    }
                  ]
                }
              ]
            },
            {
              "text": "财务管理",
              "collapsed": true,
              "items": [
                {
                  "text": "付款单",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "付款单查询",
                      "link": "/operation-manual/erp-system/finance/payment-order/query"
                    },
                    {
                      "text": "付款单创建",
                      "link": "/operation-manual/erp-system/finance/payment-order/create"
                    },
                    {
                      "text": "付款单更新",
                      "link": "/operation-manual/erp-system/finance/payment-order/update"
                    },
                    {
                      "text": "付款单删除",
                      "link": "/operation-manual/erp-system/finance/payment-order/delete"
                    },
                    {
                      "text": "付款单导出",
                      "link": "/operation-manual/erp-system/finance/payment-order/export"
                    },
                    {
                      "text": "付款单审批",
                      "link": "/operation-manual/erp-system/finance/payment-order/approve"
                    }
                  ]
                },
                {
                  "text": "收款单",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "收款单查询",
                      "link": "/operation-manual/erp-system/finance/receipt-order/query"
                    },
                    {
                      "text": "收款单创建",
                      "link": "/operation-manual/erp-system/finance/receipt-order/create"
                    },
                    {
                      "text": "收款单更新",
                      "link": "/operation-manual/erp-system/finance/receipt-order/update"
                    },
                    {
                      "text": "收款单删除",
                      "link": "/operation-manual/erp-system/finance/receipt-order/delete"
                    },
                    {
                      "text": "收款单导出",
                      "link": "/operation-manual/erp-system/finance/receipt-order/export"
                    },
                    {
                      "text": "收款单审批",
                      "link": "/operation-manual/erp-system/finance/receipt-order/approve"
                    }
                  ]
                },
                {
                  "text": "结算账户",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "结算账户查询",
                      "link": "/operation-manual/erp-system/finance/settlement-account/query"
                    },
                    {
                      "text": "结算账户创建",
                      "link": "/operation-manual/erp-system/finance/settlement-account/create"
                    },
                    {
                      "text": "结算账户更新",
                      "link": "/operation-manual/erp-system/finance/settlement-account/update"
                    },
                    {
                      "text": "结算账户删除",
                      "link": "/operation-manual/erp-system/finance/settlement-account/delete"
                    },
                    {
                      "text": "结算账户导出",
                      "link": "/operation-manual/erp-system/finance/settlement-account/export"
                    }
                  ]
                },
                {
                  "text": "供应商发票结算单",
                  "link": "/operation-manual/erp-system/finance/supplier-invoice-settlement"
                },
                {
                  "text": "供应商往来汇总",
                  "link": "/operation-manual/erp-system/finance/supplier-transaction-summary"
                },
                {
                  "text": "供应商往来明细",
                  "link": "/operation-manual/erp-system/finance/supplier-transaction-detail"
                },
                {
                  "text": "供应商预付及扣款",
                  "link": "/operation-manual/erp-system/finance/supplier-prepay-deduction"
                },
                {
                  "text": "供应商结款单",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "获得",
                      "link": "/operation-manual/erp-system/finance/supplier-settlement-order/get"
                    },
                    {
                      "text": "创建",
                      "link": "/operation-manual/erp-system/finance/supplier-settlement-order/create"
                    },
                    {
                      "text": "更新",
                      "link": "/operation-manual/erp-system/finance/supplier-settlement-order/update"
                    },
                    {
                      "text": "删除",
                      "link": "/operation-manual/erp-system/finance/supplier-settlement-order/delete"
                    },
                    {
                      "text": "导出",
                      "link": "/operation-manual/erp-system/finance/supplier-settlement-order/export"
                    }
                  ]
                },
                {
                  "text": "供应商往来结算明细",
                  "link": "/operation-manual/erp-system/finance/supplier-settlement-detail"
                },
                {
                  "text": "加盟店往来汇总",
                  "link": "/operation-manual/erp-system/finance/franchise-transaction-summary"
                },
                {
                  "text": "加盟店预付款及扣款",
                  "link": "/operation-manual/erp-system/finance/franchise-prepay-deduction"
                },
                {
                  "text": "加盟店结款单",
                  "link": "/operation-manual/erp-system/finance/franchise-settlement-order"
                },
                {
                  "text": "营业员提成",
                  "link": "/operation-manual/erp-system/finance/salesman-commission"
                }
              ]
            },
            {
              "text": "ERP数据",
              "collapsed": true,
              "items": [
                {
                  "text": "门店数据",
                  "link": "/operation-manual/erp-system/erp-data/store-data"
                },
                {
                  "text": "商品权限",
                  "link": "/operation-manual/erp-system/erp-data/product-permission"
                },
                {
                  "text": "门店基本数据",
                  "link": "/operation-manual/erp-system/erp-data/store-basic-data"
                }
              ]
            }
          ]
        },
        {
          "text": "门店管理",
          "collapsed": true,
          "items": [
            {
              "text": "门店列表",
              "collapsed": true,
              "items": [
                {
                  "text": "查询",
                  "link": "/operation-manual/store-management/store-list/query"
                },
                {
                  "text": "新增",
                  "link": "/operation-manual/store-management/store-list/add"
                },
                {
                  "text": "更新门店信息",
                  "link": "/operation-manual/store-management/store-list/update"
                },
                {
                  "text": "删除门店信息",
                  "link": "/operation-manual/store-management/store-list/delete"
                },
                {
                  "text": "导出功能",
                  "link": "/operation-manual/store-management/store-list/export"
                }
              ]
            },
            {
              "text": "服务网点",
              "collapsed": true,
              "items": [
                {
                  "text": "获得",
                  "link": "/operation-manual/store-management/service-point/get"
                }
              ]
            },
            {
              "text": "门店管理员",
              "collapsed": true,
              "items": [
                {
                  "text": "新增门店管理员",
                  "link": "/operation-manual/store-management/store-admin/add"
                },
                {
                  "text": "更新门店管理员",
                  "link": "/operation-manual/store-management/store-admin/update"
                },
                {
                  "text": "获得门店管理员",
                  "link": "/operation-manual/store-management/store-admin/get"
                },
                {
                  "text": "导出门店管理员",
                  "link": "/operation-manual/store-management/store-admin/export"
                },
                {
                  "text": "删除门店管理员",
                  "link": "/operation-manual/store-management/store-admin/delete"
                }
              ]
            },
            {
              "text": "处方管理",
              "collapsed": true,
              "items": [
                {
                  "text": "导出",
                  "link": "/operation-manual/store-management/prescription/export"
                },
                {
                  "text": "查询",
                  "link": "/operation-manual/store-management/prescription/query"
                },
                {
                  "text": "编辑",
                  "link": "/operation-manual/store-management/prescription/edit"
                },
                {
                  "text": "删除",
                  "link": "/operation-manual/store-management/prescription/delete"
                }
              ]
            },
            {
              "text": "处方联系人",
              "collapsed": true,
              "items": [
                {
                  "text": "新增",
                  "link": "/operation-manual/store-management/prescription-contact/add"
                },
                {
                  "text": "导出",
                  "link": "/operation-manual/store-management/prescription-contact/export"
                },
                {
                  "text": "编辑",
                  "link": "/operation-manual/store-management/prescription-contact/edit"
                },
                {
                  "text": "删除",
                  "link": "/operation-manual/store-management/prescription-contact/delete"
                },
                {
                  "text": "查询所有",
                  "link": "/operation-manual/store-management/prescription-contact/query-all"
                }
              ]
            }
          ]
        },
        {
          "text": "AI 大模型",
          "collapsed": true,
          "items": [
            {
              "text": "AI 对话",
              "link": "/operation-manual/ai-model/ai-chat"
            },
            {
              "text": "AI 绘画",
              "link": "/operation-manual/ai-model/ai-painting"
            },
            {
              "text": "AI 写作",
              "link": "/operation-manual/ai-model/ai-writing"
            },
            {
              "text": "AI 音乐",
              "link": "/operation-manual/ai-model/ai-music"
            },
            {
              "text": "控制台",
              "collapsed": true,
              "items": [
                {
                  "text": "API 密钥",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "API 密钥查询",
                      "link": "/operation-manual/ai-model/console/api-key/query"
                    },
                    {
                      "text": "API 密钥创建",
                      "link": "/operation-manual/ai-model/console/api-key/create"
                    },
                    {
                      "text": "API 密钥更新",
                      "link": "/operation-manual/ai-model/console/api-key/update"
                    },
                    {
                      "text": "API 密钥删除",
                      "link": "/operation-manual/ai-model/console/api-key/delete"
                    }
                  ]
                },
                {
                  "text": "聊天模型",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "聊天模型查询",
                      "link": "/operation-manual/ai-model/console/chat-model/query"
                    },
                    {
                      "text": "聊天模型创建",
                      "link": "/operation-manual/ai-model/console/chat-model/create"
                    },
                    {
                      "text": "聊天模型更新",
                      "link": "/operation-manual/ai-model/console/chat-model/update"
                    },
                    {
                      "text": "聊天模型删除",
                      "link": "/operation-manual/ai-model/console/chat-model/delete"
                    }
                  ]
                },
                {
                  "text": "聊天角色",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "聊天角色查询",
                      "link": "/operation-manual/ai-model/console/chat-role/query"
                    },
                    {
                      "text": "聊天角色创建",
                      "link": "/operation-manual/ai-model/console/chat-role/create"
                    },
                    {
                      "text": "聊天角色更新",
                      "link": "/operation-manual/ai-model/console/chat-role/update"
                    },
                    {
                      "text": "聊天角色删除",
                      "link": "/operation-manual/ai-model/console/chat-role/delete"
                    }
                  ]
                },
                {
                  "text": "聊天管理",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "会话查询",
                      "link": "/operation-manual/ai-model/console/chat-mgmt/session/query"
                    },
                    {
                      "text": "会话删除",
                      "link": "/operation-manual/ai-model/console/chat-mgmt/session/delete"
                    },
                    {
                      "text": "消息查询",
                      "link": "/operation-manual/ai-model/console/chat-mgmt/message/query"
                    },
                    {
                      "text": "消息删除",
                      "link": "/operation-manual/ai-model/console/chat-mgmt/message/delete"
                    }
                  ]
                },
                {
                  "text": "绘画管理",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "绘画查询",
                      "link": "/operation-manual/ai-model/console/painting-mgmt/query"
                    },
                    {
                      "text": "会话更新公开状态",
                      "link": "/operation-manual/ai-model/console/painting-mgmt/update-public"
                    },
                    {
                      "text": "绘画删除",
                      "link": "/operation-manual/ai-model/console/painting-mgmt/delete"
                    }
                  ]
                },
                {
                  "text": "音乐管理",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "音乐查询",
                      "link": "/operation-manual/ai-model/console/music-mgmt/query"
                    },
                    {
                      "text": "音乐更新",
                      "link": "/operation-manual/ai-model/console/music-mgmt/update"
                    },
                    {
                      "text": "音乐删除",
                      "link": "/operation-manual/ai-model/console/music-mgmt/delete"
                    }
                  ]
                },
                {
                  "text": "写作管理",
                  "collapsed": true,
                  "items": [
                    {
                      "text": "AI 写作查询",
                      "link": "/operation-manual/ai-model/console/writing-mgmt/query"
                    },
                    {
                      "text": "AI 写作删除",
                      "link": "/operation-manual/ai-model/console/writing-mgmt/delete"
                    }
                  ]
                }
              ]
            }
          ]
        },
        {
          "text": "数据权限",
          "collapsed": true,
          "items": [
            {
              "text": "门店查询",
              "link": "/operation-manual/data-permission/store-query"
            },
            {
              "text": "手机端管理端角色",
              "link": "/operation-manual/data-permission/mobile-admin-role"
            },
            {
              "text": "字典查询",
              "collapsed": true,
              "items": [
                {
                  "text": "会员用户查询",
                  "link": "/operation-manual/data-permission/dict-query/member-query"
                },
                {
                  "text": "职员管理新增",
                  "link": "/operation-manual/data-permission/dict-query/staff-add"
                },
                {
                  "text": "职员管理编辑",
                  "link": "/operation-manual/data-permission/dict-query/staff-edit"
                },
                {
                  "text": "职员管理删除",
                  "link": "/operation-manual/data-permission/dict-query/staff-delete"
                },
                {
                  "text": "职员管理查询",
                  "link": "/operation-manual/data-permission/dict-query/staff-query"
                }
              ]
            },
            {
              "text": "设置角色菜单权限",
              "link": "/operation-manual/data-permission/set-role-menu-perm"
            },
            {
              "text": "设置角色数据权限",
              "link": "/operation-manual/data-permission/set-role-data-perm"
            },
            {
              "text": "设置用户角色",
              "link": "/operation-manual/data-permission/set-user-role"
            },
            {
              "text": "更新交易中心配置",
              "link": "/operation-manual/data-permission/update-trade-config"
            },
            {
              "text": "获得交易中心配置",
              "link": "/operation-manual/data-permission/get-trade-config"
            },
            {
              "text": "总类目查询",
              "link": "/operation-manual/data-permission/main-category-query"
            },
            {
              "text": "门店店员查询",
              "link": "/operation-manual/data-permission/store-clerk-query"
            },
            {
              "text": "门店店员新增",
              "link": "/operation-manual/data-permission/store-clerk-add"
            },
            {
              "text": "获得订单取货商品分页",
              "link": "/operation-manual/data-permission/get-order-pick-product-page"
            },
            {
              "text": "产品库存明细barcode产品",
              "link": "/operation-manual/data-permission/product-stock-detail-barcode"
            }
          ]
        }
      ]
    }
  ]
}

Page Data

{
  "title": "Runtime API Examples",
  "description": "",
  "frontmatter": {
    "outline": "deep"
  },
  "headers": [],
  "relativePath": "api/index.md",
  "filePath": "api/index.md"
}

Page Frontmatter

{
  "outline": "deep"
}

More

Check out the documentation for the full list of runtime APIs.