add 直升机图片
This commit is contained in:
@@ -40,34 +40,36 @@ export const tabList = [
|
||||
},
|
||||
];
|
||||
|
||||
export const helicopter = new URL('/@/assets/img/helicopter.png', import.meta.url).href;
|
||||
|
||||
// 直升机位置数据
|
||||
export const aircraft = [
|
||||
{
|
||||
category: 3,
|
||||
lat: 108.861377,
|
||||
lon: 34.35965,
|
||||
img: WebRoot + '/webpage/com/jeecg/show/img/helicopter.gif',
|
||||
img: helicopter,
|
||||
name: '直升机',
|
||||
},
|
||||
{
|
||||
category: 3,
|
||||
lat: 106.267358,
|
||||
lon: 38.520079,
|
||||
img: WebRoot + '/webpage/com/jeecg/show/img/helicopter.gif',
|
||||
img: helicopter,
|
||||
name: '直升机',
|
||||
},
|
||||
{
|
||||
category: 3,
|
||||
lat: 109.505282,
|
||||
lon: 36.579381,
|
||||
img: WebRoot + '/webpage/com/jeecg/show/img/helicopter.gif',
|
||||
img: helicopter,
|
||||
name: '直升机',
|
||||
},
|
||||
{
|
||||
category: 3,
|
||||
lat: 107.638372,
|
||||
lon: 35.734218,
|
||||
img: WebRoot + '/webpage/com/jeecg/show/img/helicopter.gif',
|
||||
img: helicopter,
|
||||
name: '直升机',
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user