修改 cesium地图
parent
180ae2efdb
commit
dd8354d8c6
BIN
iotalarm.zip
BIN
iotalarm.zip
Binary file not shown.
|
|
@ -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注入全局变量
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ function BaiduMap({
|
|||
latitude={currentLatitude}
|
||||
disable={mapDisabled}
|
||||
onConfirm={handleConfirm}
|
||||
|
||||
type="cesium"
|
||||
/>
|
||||
)}
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -321,12 +321,12 @@ function SensorDeviceList(props) {
|
|||
visible
|
||||
&& (
|
||||
<MapSelector
|
||||
|
||||
visible={visible}
|
||||
latitude={selectedLat}
|
||||
longitude={selectedLng}
|
||||
onClose={() => setVisible(false)}
|
||||
onConfirm={handleConfirm}
|
||||
type="cesium"
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue