Compare commits

...

2 Commits

Author SHA1 Message Date
guangyin a364ecd6fb feat:更新飞渡依赖信息 2024-03-21 14:49:55 +08:00
guangyin dc35615195 fixed:优化3d地图加载速度 2023-09-27 14:42:32 +08:00
2 changed files with 473 additions and 444 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, //可选参数,日志输出回调函数