接入地图SDK

This commit is contained in:
xiaogg
2026-03-09 08:53:34 +08:00
parent 35bd3a78a5
commit 65b4a3ac34
12 changed files with 527 additions and 264 deletions

View File

@@ -43,7 +43,8 @@ class HomeController extends GetxController with BaseControllerMixin {
}
} else {
// 未登录,直接去登录页
return LoginPage();
return BaseWidgetsPage();
// return LoginPage();
}
}