From 296bcbbfc509e79b161405907c7841b059ce5a99 Mon Sep 17 00:00:00 2001 From: wangzhongjie Date: Mon, 11 Aug 2025 14:04:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=AF=BB=E5=8F=96=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E8=A7=86=E9=A2=91=E8=AE=BE=E7=BD=AE=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/src/main/ets/utils/Common.ets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ""