fixed:优化3d地图加载速度

guangyin
guangyin 2023-09-27 14:42:32 +08:00
parent 5be45aef7a
commit dc35615195
1 changed files with 1 additions and 1 deletions

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