From dc356151955c8bb68bdd3ecbb1da26e3f947b0cd Mon Sep 17 00:00:00 2001 From: guangyin Date: Wed, 27 Sep 2023 14:42:32 +0800 Subject: [PATCH] =?UTF-8?q?fixed:=E4=BC=98=E5=8C=963d=E5=9C=B0=E5=9B=BE?= =?UTF-8?q?=E5=8A=A0=E8=BD=BD=E9=80=9F=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/player.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/player.ts b/src/utils/player.ts index f36b452..374daa5 100644 --- a/src/utils/player.ts +++ b/src/utils/player.ts @@ -9,7 +9,7 @@ export default class PlayerUtils{ const player = new acapi.DigitalTwinPlayer(process.env.VUE_APP_PALYER_URL,{ domId, iid, - reset:true, + // reset:true, apiOptions:{ onReady: this.onReady, onLog: this.onLog, //可选参数,日志输出回调函数