Commit 61af3ba7 authored by 李增强's avatar 李增强

m

parent 1a9323f7
...@@ -18,8 +18,9 @@ class QMTJ { ...@@ -18,8 +18,9 @@ class QMTJ {
} }
static init() async { static init() async {
_db.init(); _db = DB();
_app = App(_db); _app = App(_db);
_db.init();
Future.delayed(Duration(seconds: 5)).then((value) { Future.delayed(Duration(seconds: 5)).then((value) {
uploadPageTj(); uploadPageTj();
}); });
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment