最新代码

This commit is contained in:
yiqiuyang
2025-09-10 04:16:41 +08:00
parent ab310c6b48
commit 72de8a9b31
10 changed files with 2355 additions and 218 deletions

View File

@ -126,7 +126,7 @@ export default {
},
async mounted() {
await this.getMapOption()
this.initMap()
// this.initMap()
},
methods: {
async getMapOption() {
@ -616,15 +616,10 @@ export default {
}
.control-panel .title {
/* text-align: center; */
margin-bottom: 10px;
color: #1c1c1c;
}
.importJson {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
background: #2f705f;
border-radius: 4px;
color: #fff;
@ -660,4 +655,4 @@ export default {
height: 100%;
border: 1px solid #333;
}
</style>
</style>