系统相关配置

This commit is contained in:
sjl
2026-02-27 08:49:57 +08:00
parent bfa061fb03
commit b25515b5db
21 changed files with 1403 additions and 142 deletions

View File

@@ -53,6 +53,10 @@
</div>
<div class="collapse_none" style="color: red; cursor: pointer" @click="showWrap = false">关闭</div>
</div>
<baidu-map
class="map"
:style="height"
@@ -329,6 +333,16 @@ const boundaryList: any = ref([
orgName: '鞍山',
LngLat: [122.808845, 40.840049],
boundary: mapJson['鞍山']
},
{
orgName: '海口',
LngLat: [110.32, 20.03],
boundary: mapJson['海口']
},
{
orgName: '三亚',
LngLat: [109.51, 18.25],
boundary: mapJson['三亚']
}
])
@@ -338,8 +352,10 @@ const siteList = ref<any>([])
const polyline = ref<any>([])
const lineId = ref('')
const center = ref({
lng: 122.42588,
lat: 40.810977
lng: 122.42588,
lat: 40.810977
// lng: 109.5, // 海南经度
// lat: 18.5 // 海南纬度
})
const infoWindowPoint = ref<anyObj>({
lng: 0,