Compare commits

..

No commits in common. "a364ecd6fb6b825837fd16efe937f021eb8862cd" and "5be45aef7ab2e4594eb91d8e80209007f93ed80c" have entirely different histories.

2 changed files with 444 additions and 473 deletions

915
public/ac.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -9,7 +9,7 @@ export default class PlayerUtils{
const player = new acapi.DigitalTwinPlayer(process.env.VUE_APP_PALYER_URL,{ const player = new acapi.DigitalTwinPlayer(process.env.VUE_APP_PALYER_URL,{
domId, domId,
iid, iid,
// reset:true, reset:true,
apiOptions:{ apiOptions:{
onReady: this.onReady, onReady: this.onReady,
onLog: this.onLog, //可选参数,日志输出回调函数 onLog: this.onLog, //可选参数,日志输出回调函数