140 lines
3.7 KiB
JavaScript
Executable File
140 lines
3.7 KiB
JavaScript
Executable File
window['settings'] = {
|
|
apis: '/taishiView',
|
|
textConfigs: [],
|
|
|
|
baseMBDict: {
|
|
base: {
|
|
icon: './images/icons/base/党政首脑机关.png',
|
|
color: '#ea7354',
|
|
model: './models/基地.glb',
|
|
},
|
|
airport: {
|
|
icon: './images/icons/base/军用机场.png',
|
|
color: '#80b1d3',
|
|
model: './models/机场.glb',
|
|
},
|
|
port: {
|
|
icon: './images/icons/base/军用港口.png',
|
|
color: '#fcee82',
|
|
model: './models/港口.glb',
|
|
},
|
|
station: {
|
|
icon: './images/icons/base/民用机场.png',
|
|
color: '#8dd3c7',
|
|
model: './models/雷达.glb',
|
|
},
|
|
},
|
|
mbCountryDict: {
|
|
美国: '#fff',
|
|
中国: '#d00',
|
|
日本: '#dd0',
|
|
韩国: '#00d',
|
|
},
|
|
mbDict: {
|
|
甲: {
|
|
icon: './images/icons/10-7600-0-侦察机.svg',
|
|
color: '#d00',
|
|
model: './models/甲.glb',
|
|
payload: 'radar',
|
|
height: 20000,
|
|
},
|
|
预警机: {
|
|
icon: './images/icons/10-7100-0-预警机.svg',
|
|
color: '#d00',
|
|
model: './models/预警机.glb',
|
|
payload: 'radar',
|
|
height: 20000,
|
|
},
|
|
战斗机: {
|
|
icon: './images/icons/10-7300-0-强击机.svg',
|
|
color: '#d00',
|
|
model: './models/战斗机.glb',
|
|
payload: 'radar',
|
|
height: 20000,
|
|
},
|
|
运输机: {
|
|
icon: './images/icons/10-7900-0-运输机.svg',
|
|
color: '#d00',
|
|
model: './models/运输机.glb',
|
|
payload: 'radar',
|
|
height: 20000,
|
|
},
|
|
轰炸机: {
|
|
icon: './images/icons/10-7400-0-轰炸机.svg',
|
|
color: '#d00',
|
|
model: './models/轰炸机.glb',
|
|
payload: 'radar',
|
|
height: 20000,
|
|
},
|
|
武装直升机: {
|
|
icon: './images/icons/10-8402-0-攻击直升机.svg',
|
|
color: '#d00',
|
|
model: './models/武装直升机.glb',
|
|
payload: 'radar',
|
|
height: 20000,
|
|
},
|
|
加油机: {
|
|
icon: './images/icons/10-8000-0-加油机.svg',
|
|
color: '#ff0',
|
|
model: './models/加油机.glb',
|
|
payload: 'radar',
|
|
height: 20000,
|
|
},
|
|
乙: {
|
|
icon: './images/icons/10-5900-0-航空母舰.svg',
|
|
color: '#ff0',
|
|
model: './models/驱逐舰2.glb',
|
|
payload: 'radar',
|
|
height: 10,
|
|
},
|
|
丙: {
|
|
icon: './images/icons/10-6100-0-驱逐舰.svg',
|
|
color: '#dd0',
|
|
model: './models/驱逐舰1.glb',
|
|
payload: 'radar',
|
|
height: 10,
|
|
},
|
|
},
|
|
|
|
map: {
|
|
1: {
|
|
url: 'https://rt2.map.gtimg.com/tile?z={z}&x={x}&y={reverseY}&styleid=4&scene=0&version=347',
|
|
tilingScheme: 'WebMercatorTilingScheme',
|
|
image: './images/map/1.png',
|
|
name: '黑色',
|
|
},
|
|
2: {
|
|
url: 'https://rt2.map.gtimg.com/tile?z={z}&x={x}&y={reverseY}&styleid=5&scene=0&version=347',
|
|
tilingScheme: 'WebMercatorTilingScheme',
|
|
image: './images/map/2.png',
|
|
name: '白色',
|
|
},
|
|
3: {
|
|
url: './resources/map/{z}/{x}/{y}.jpg',
|
|
tilingScheme: 'WebMercatorTilingScheme',
|
|
image: './images/map/3.jpg',
|
|
name: 'Arcgis',
|
|
},
|
|
4: {
|
|
url: 'http://192.168.10.201:2022/api/maptilecache/service/tms/1.0.0/img_globle1to9-PNG-4326@EPSG:4326@png/{z}/{x}/{reverseY}.png',
|
|
tilingScheme: 'GeographicTilingScheme',
|
|
image: './images/map/4.png',
|
|
name: '卫星影像',
|
|
},
|
|
},
|
|
|
|
gantt: {
|
|
task: { label: '任务', color: 'error' },
|
|
|
|
dd: { label: '主体' },
|
|
|
|
1: { label: '主事件', color: 'success' },
|
|
2: { label: '事件分类', color: 'info' },
|
|
|
|
3: { label: '二级分类', color: 'warning' },
|
|
4: { label: '子事件', color: 'warning' },
|
|
},
|
|
|
|
imgServer: 'http://minio.yc.com:29990/professional-system',
|
|
}
|