fix: 删除菜单包括子级

This commit is contained in:
2026-07-09 13:52:53 +08:00
parent 5749b95327
commit 5486f6e79d
11 changed files with 75 additions and 22 deletions

View File

@@ -124,7 +124,7 @@ xxl:
executor:
appname: ${spring.application.name} # 执行器 AppName
logpath: ${user.home}/logs/xxl-job/${spring.application.name} # 执行器运行日志文件存储磁盘路径
accessToken: default_token # 执行器通讯TOKEN
accessToken: 123456 # 执行器通讯TOKEN
--- #################### 验证码相关配置 ####################