mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-27 03:20:25 +08:00
refactor: websocket支持单用户多连接
This commit is contained in:
@@ -387,6 +387,9 @@ const addQueryTab = async (inst: any, db: string, sqlName: string = '') => {
|
||||
dbs: inst.dbs,
|
||||
};
|
||||
state.tabs.set(label, tab);
|
||||
|
||||
// 注册当前sql编辑框提示词
|
||||
registerDbCompletionItemProvider('sql', tab.dbId, tab.db, tab.params.dbs);
|
||||
};
|
||||
|
||||
const onRemoveTab = (targetName: string) => {
|
||||
|
||||
Reference in New Issue
Block a user