#
luxiaotao1123
2024-10-14 9dd2b6186b18c6d3281fe8c48f1ff4c2bc1fc8d7
zy-acs-flow/src/map/http.js
@@ -22,9 +22,9 @@
            'Content-Type': 'application/x-www-form-urlencoded'
        }
    }).then((res) => {
        const { code, msg, data: { data } } = res.data;
        const { code, msg, data: { common, point } } = res.data;
        if (code === 200) {
            const mapItemList = eval(data);
            const mapItemList = eval(common);
            mapItemList.forEach(item => {
                if (item.type !== DEVICE_TYPE.AGV) {
                    const sprite = Tool.generateSprite(item.type);