feat: 优化

This commit is contained in:
meilin.huang
2023-02-15 21:28:01 +08:00
parent 8c501c90cd
commit f22badb861
11 changed files with 123 additions and 66 deletions

View File

@@ -306,7 +306,7 @@ const getNowDb = () => {
}
const getNowDbInst = () => {
return DbInst.getInst(state.dbId, state.dbType);
return DbInst.getInst(state.dbId);
}
defineExpose({