更新
This commit is contained in:
@@ -194,8 +194,6 @@ void initEasyDartModule() {
|
||||
//初始化
|
||||
}
|
||||
|
||||
|
||||
|
||||
Future<void> initLogin() async {
|
||||
// 初始化控制器
|
||||
Get.put(UserInfoController());
|
||||
@@ -358,6 +356,7 @@ class MyApp extends StatelessWidget {
|
||||
Get.lazyPut(() => MHTDeviceCalibrationController()),
|
||||
Get.lazyPut(() => SleepReportController()),
|
||||
Get.lazyPut(() => CalendarController()),
|
||||
Get.lazyPut(() => UserPdfController()),
|
||||
Get.put(WebviewTestController()),
|
||||
]));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user