From fe33611300477ec9ac4d984de19b19af01c059cc Mon Sep 17 00:00:00 2001 From: tangjie <122778500@qq.com> Date: Wed, 29 Jul 2026 11:52:49 +0800 Subject: [PATCH] feat --- jjb.config.js | 4 ++-- src/components/BaiduMapPicker/index.js | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) 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 微应用沙箱会劫持动态