diff --git a/jjb.config.js b/jjb.config.js index 40d3b13..986ebec 100644 --- a/jjb.config.js +++ b/jjb.config.js @@ -12,8 +12,8 @@ module.exports = { // 可通过环境变量覆盖: SAFETY_EVAL_API_HOST=http://192.168.x.x:8095 //API_HOST: "https://gbs-gateway.qhdsafety.com", - //API_HOST: "http://192.168.0.152", - API_HOST: "http://192.168.0.150", //太浅 + API_HOST: "http://192.168.0.152", + //API_HOST: "http://192.168.0.150", //太浅 // API_HOST: "http://192.168.0.152", //API_HOST: "http://192.168.0.103", //huwei }, diff --git a/src/components/BaiduMapPicker/index.js b/src/components/BaiduMapPicker/index.js index cd30c24..b41b751 100644 --- a/src/components/BaiduMapPicker/index.js +++ b/src/components/BaiduMapPicker/index.js @@ -30,7 +30,10 @@ const BaiduMapPicker = ({ visible, onCancel, onConfirm }) => { script.id = scriptId; script.src = `https://api.map.baidu.com/api?v=3.0&ak=6lkWDSnHTCcvUenZhovQPER9nkhFfT9A&callback=__onBMapLoaded`; script.async = true; - document.body.appendChild(script); + // qiankun 微应用沙箱会劫持动态