修复bug

This commit is contained in:
jiayu 2025-07-18 17:13:30 +08:00
parent e0f7042e3a
commit e2578898f2
2 changed files with 4 additions and 0 deletions

View File

@ -363,4 +363,7 @@
// .marker-content-highlight { // .marker-content-highlight {
// background-image: url('/@/assets/images/bigdata2/map-marker-active.png'); // background-image: url('/@/assets/images/bigdata2/map-marker-active.png');
// } // }
.cesium-viewer-toolbar {
display: none !important;
}
</style> </style>

View File

@ -32,6 +32,7 @@
list-type="picture-card" list-type="picture-card"
:maxUploadSize="1" :maxUploadSize="1"
buttonText="上传APP" buttonText="上传APP"
:maxSize="200"
:defaultFileList="appUrlFileList" :defaultFileList="appUrlFileList"
:multiple="false" :multiple="false"
@change="handleChangeAppUrl" @change="handleChangeAppUrl"