#
luxiaotao1123
2024-10-14 bf5d7a4cf94a0ce396e65666d229f685d7790ccc
zy-acs-flow/src/map/http.js
@@ -24,7 +24,7 @@
    }).then((res) => {
        const { code, msg, data: { common, point } } = res.data;
        if (code === 200) {
            const mapItemList = eval(common);
            const mapItemList = [...eval(common), ...eval(point)];
            mapItemList.forEach(item => {
                if (item.type !== DEVICE_TYPE.AGV) {
                    const sprite = Tool.generateSprite(item.type);