diff --git a/lib/ui/splash/splash_page.dart b/lib/ui/splash/splash_page.dart index 1f26678..284e4de 100644 --- a/lib/ui/splash/splash_page.dart +++ b/lib/ui/splash/splash_page.dart @@ -133,9 +133,9 @@ class _SplashPageState extends State { ); ///定位权限申请 - await Permission.locationWhenInUse.request(); - final appProvider = Provider.of(context, listen: false); - appProvider.startLocation(); + // await Permission.locationWhenInUse.request(); + // final appProvider = Provider.of(context, listen: false); + // appProvider.startLocation(); ///城市信息更新 await UserTool.dataProvider.init();