mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-12-16 04:36:35 +08:00
feat: 前端显示 SQL 文件执行进度
This commit is contained in:
@@ -206,7 +206,7 @@ router.beforeEach(async (to, from, next) => {
|
||||
|
||||
if (SysWs) {
|
||||
SysWs.close();
|
||||
SysWs = null;
|
||||
SysWs = undefined;
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user