[fix] custom sqldb

This commit is contained in:
gaoshuaixing
2025-03-05 11:24:53 +08:00
parent ae5745ad32
commit 10bfa41f8b

View File

@@ -101,7 +101,7 @@ class SqlitedbService extends BasedbService {
}
this.changeDataDir(dir);
this._initTable();
this.init();
return;
}
}