zy-asrs-flow/src/pages/map/utils.js
@@ -479,6 +479,10 @@ mapContainer?.children.forEach(child => { if (child.data?.uuid) { const { type, uuid, no, ...property } = child.data; if (!( type === SENSOR_TYPE.SHUTTLE || type === SENSOR_TYPE.AGV )) { mapItemList.push({ // data type: type, @@ -494,6 +498,7 @@ rotation: rotationToNum(child.rotation) }) } } }) const closeLoading = message.loading({ content: intl.formatMessage({ id: 'common.loading.api.message', defaultMessage: '等待服务器......' }), duration: API_TIMEOUT });