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, //可选参数,日志输出回调函数