zy-acs-flow/src/map/http.js
@@ -418,12 +418,15 @@ zoneId: zoneId, ...areaData, }); const { code, msg } = res.data; const { code, msg, data } = res.data; if (code !== 200) { notify.error(msg); return null; } return data; } catch (error) { notify.error(error.message); console.error(error.message); } } return null; }