diff --git a/iotalarm.zip b/iotalarm.zip deleted file mode 100644 index 4e50e2f..0000000 Binary files a/iotalarm.zip and /dev/null differ diff --git a/jjb.config.js b/jjb.config.js index 21a0227..4259542 100644 --- a/jjb.config.js +++ b/jjb.config.js @@ -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注入全局变量 diff --git a/src/components/BaiduMap/index.js b/src/components/BaiduMap/index.js index c1ffc56..44e258d 100644 --- a/src/components/BaiduMap/index.js +++ b/src/components/BaiduMap/index.js @@ -56,7 +56,7 @@ function BaiduMap({ latitude={currentLatitude} disable={mapDisabled} onConfirm={handleConfirm} - + type="cesium" /> )} diff --git a/src/components/SensorDevice/List/index.js b/src/components/SensorDevice/List/index.js index 8403960..cc1870f 100644 --- a/src/components/SensorDevice/List/index.js +++ b/src/components/SensorDevice/List/index.js @@ -321,12 +321,12 @@ function SensorDeviceList(props) { visible && ( setVisible(false)} onConfirm={handleConfirm} + type="cesium" /> ) }