初步完成

This commit is contained in:
2024-04-01 21:07:18 +08:00
parent 20da604267
commit 1b8568984d
66 changed files with 3156 additions and 1654 deletions

View File

@@ -1,6 +1,5 @@
<template>
<div id="mapDiv" style="position:absolute;width:100%; height:100%">
<!-- <img src="https://img2.baidu.com/it/u=1902529991,495288049&fm=253&fmt=auto&app=120&f=JPEG?w=434&h=500">-->
<div id="mapDiv" style="position:absolute;width:100%; height:100%;">
</div>
</template>
@@ -39,7 +38,7 @@ export default {
var deg = list[i].psfx
var iMgurl = process.env.VUE_APP_BASE_API + list[i].cclj
var optdiv = '<div style="position: relative;display: contents; width: 50px;height: 50px;overflow: hidden;">' +
'<a target="_blank" href="'+iMgurl+'"><b style="display: block; font-size: 15px;background: #007aff;border-radius: 100px;' +
'<a target="_blank" href="' + iMgurl + '"><b style="display: block; font-size: 15px;background: #007aff;border-radius: 100px;' +
'width: 20px;' +
'margin: 15px;' +
'height: 20px;' +