This commit is contained in:
czz
2025-06-27 09:15:45 +08:00
parent 12c6a260c9
commit 943f5a778a
36 changed files with 1850 additions and 1355 deletions

View File

@@ -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()),
]));
}