From f9c6e3be9cbfa94deabefaa3e3c0519db9dbc0ca Mon Sep 17 00:00:00 2001 From: zhangmeng <494089941@qq.com> Date: Thu, 18 Mar 2021 14:53:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=86=20=E4=B8=BB?= =?UTF-8?q?=E9=A1=B5=E5=8F=AF=E4=BB=A5=E8=B7=B3=E8=BD=AC=E5=9B=9E=E5=90=AF?= =?UTF-8?q?=E5=8A=A8=E9=A1=B5=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ios/Runner/Info.plist | 26 +++++++++++++------------- lib/ui/splash/splash_page.dart | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist index e7ad849..8073b4a 100644 --- a/ios/Runner/Info.plist +++ b/ios/Runner/Info.plist @@ -5,29 +5,29 @@ CFBundleDevelopmentRegion $(DEVELOPMENT_LANGUAGE) NSContactsUsageDescription - 我们需要访问您的通讯录权限 + we need contact access rights. NSCalendarsUsageDescription - 我们需要访问日历权限 + we need calendar access rights. NSPhotoLibraryAddUsageDescription - 我们需要访问您的照片,当您评价商品或编辑头像时,请同意 + we need photo access rights. NSPhotoLibraryUsageDescription - 我们需要访问您的照片,当您评价商品或编辑头像时,请同意 + we need photo access rights. NSCameraUsageDescription - 我们需要访问您的相机,当您评价商品、编辑头像、发布录像或直播时,请同意 + we need camera access rights. NSAppleMusicUsageDescription - 我们需要音乐访问权限 + we need music access rights. NSMotionUsageDescription - 我们需要访问健康权限 + we need motion access rights. NSSpeechRecognitionUsageDescription - 我们需要访问语音识别权限 + we need speech recognition access rights. NSLocationAlwaysUsageDescription - 我们需要访问定位权限,去更新天气信息,和一键报警 + we need location access rights. NSLocationAlwaysAndWhenInUseUsageDescription - 我们需要访问定位权限,去更新天气信息,和一键报警 + we need location access rights. NSLocationWhenInUseUsageDescription - 我们需要访问定位权限,去更新天气信息,和一键报警 - CFBundleDisplayName - 小蜜蜂智慧社区管家端 + we need location access rights. + CFBundleName + bee CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIdentifier diff --git a/lib/ui/splash/splash_page.dart b/lib/ui/splash/splash_page.dart index 5b57929..9842c2f 100644 --- a/lib/ui/splash/splash_page.dart +++ b/lib/ui/splash/splash_page.dart @@ -45,7 +45,7 @@ class _SplashPageState extends State { }); Future.delayed(Duration(milliseconds: 2000), () async { await _originOp(); - Get.to(HomePage()); + Get.off(HomePage()); }); }