diff --git a/entry/src/main/ets/utils/Common.ets b/entry/src/main/ets/utils/Common.ets index b5128e4..7ea88e5 100644 --- a/entry/src/main/ets/utils/Common.ets +++ b/entry/src/main/ets/utils/Common.ets @@ -332,7 +332,7 @@ export async function UseAuth(context: common.UIAbilityContext): Promise => { // 获取视频参数 - const videoConfig = AppStorage.get('videoConfig'); + const videoConfig = AppStorage.get('VideoConfig'); const singlePlay: boolean = AppStorage.get('singlePlay') || false if (!JudgeConfig.isPhotoOpen || singlePlay) { return ""