fix: 放开Firebase调用
This commit is contained in:
parent
28442b9614
commit
cceec11e7f
@ -27,7 +27,7 @@ import 'tools/store_service.dart';
|
|||||||
FutureOr<void> main() async {
|
FutureOr<void> main() async {
|
||||||
FlutterBugly.postCatchedException(() async {
|
FlutterBugly.postCatchedException(() async {
|
||||||
WidgetsFlutterBinding.ensureInitialized();
|
WidgetsFlutterBinding.ensureInitialized();
|
||||||
// await ApmHelper.instance.initApp();
|
await ApmHelper.instance.initApp();
|
||||||
await _setCommonServices();
|
await _setCommonServices();
|
||||||
|
|
||||||
// 设置国际化信息
|
// 设置国际化信息
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user