feat:更新飞渡依赖信息
parent
780ae493ad
commit
5be45aef7a
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,7 +1,7 @@
|
|||
|
||||
import MarkerOption from '@/models/marker.option.js'
|
||||
import PolygonOption from '@/models/polygon.option.js';
|
||||
import * as acapi from '../assets/ac.min.js'
|
||||
import * as acapi from '../../public/ac.min.js'
|
||||
// import acapi from 'ac.min.js'
|
||||
export default class PlayerUtils{
|
||||
public api:any;
|
||||
|
|
|
@ -162,14 +162,14 @@ export default class BaseComponent extends Vue {
|
|||
coordinateType:layer.coordinateType?layer.coordinateType:0,
|
||||
displayMode:2,
|
||||
imagePath:layer.url || layer.urls[item.type],
|
||||
imageSize:item.model?[30,30]:[48,48],
|
||||
imageSize:item.model?[30*1.5,30*1.5]:[48*1.5,48*1.5],
|
||||
popupSize:[480,388],
|
||||
popupOffset:[50,0],
|
||||
autoHidePopupWindow:false,
|
||||
// popupURL:,
|
||||
lineSize:item.hasPop?[0,0]:[2,40],
|
||||
useTextAnimation: false,
|
||||
lineOffset:item.hasPop?[0,0]:[24,0],
|
||||
lineOffset:item.hasPop?[0,0]:[24*1.5,0],
|
||||
autoHeight:true,
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue