2.3权限管理,基本盘完成,下一步修改设备管理弹窗设计,完善工程师日志写入设计

This commit is contained in:
YueL1331
2026-01-09 17:22:12 +08:00
parent c416c8ad07
commit ca03816668
8 changed files with 644 additions and 268 deletions

View File

@ -164,7 +164,7 @@ def create_app():
func=auto_monitor_job,
args=[app],
trigger='cron',
hour=10,
hour=12,
minute=0
)
if not scheduler.running: