diff --git a/pages/API/get-app-authorize-setting/get-app-authorize-setting.uvue b/pages/API/get-app-authorize-setting/get-app-authorize-setting.uvue index 3f3c611326bc912960b45607eb4725a10b3c4693..6d1efd31a6c649a8191797e71b859660024de6c2 100644 --- a/pages/API/get-app-authorize-setting/get-app-authorize-setting.uvue +++ b/pages/API/get-app-authorize-setting/get-app-authorize-setting.uvue @@ -123,11 +123,14 @@ this.locationAccuracy = res.locationAccuracy ?? "unsupported"; this.microphoneAuthorized = res.microphoneAuthorized; this.notificationAuthorized = res.notificationAuthorized; + // #ifdef APP-IOS this.notificationAlertAuthorized = res.notificationAlertAuthorized; this.notificationBadgeAuthorized = res.notificationBadgeAuthorized; this.notificationSoundAuthorized = res.notificationSoundAuthorized; this.bluetoothAuthorized = res.bluetoothAuthorized; - this.albumAuthorized = res.albumAuthorized; + this.albumAuthorized = res.albumAuthorized; + // #endif + } } }