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

@@ -95,7 +95,10 @@ spring:
xxl:
job:
admin:
addresses: http://127.0.0.1:9090/xxl-job-admin # 调度中心部署跟地址
addresses: http://192.168.10.14:8080/xxl-job-admin # 调度中心部署跟地址
executor:
ip: 192.168.10.14
port: 9991
--- #################### 服务保障相关配置 ####################

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
--- #################### 芋道相关配置 ####################