修改 cesium地图

main
853931625@qq.com 2026-07-28 10:35:03 +08:00
parent 180ae2efdb
commit dd8354d8c6
4 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@ -26,7 +26,7 @@ module.exports = {
contextInject: {
// 应用Key
appKey: "",
fileUrl: "https://jpfz.qhdsafety.com/gbsFileTest/",
fileUrl: "",
// fileUrl: "https://skqhdg.porthebei.com:9004/file/uploadFiles2/",
},
// public/index.html注入全局变量

View File

@ -56,7 +56,7 @@ function BaiduMap({
latitude={currentLatitude}
disable={mapDisabled}
onConfirm={handleConfirm}
type="cesium"
/>
)}
</div>

View File

@ -321,12 +321,12 @@ function SensorDeviceList(props) {
visible
&& (
<MapSelector
visible={visible}
latitude={selectedLat}
longitude={selectedLng}
onClose={() => setVisible(false)}
onConfirm={handleConfirm}
type="cesium"
/>
)
}