#
vincentlu
2 天以前 67de3f38ab7a5ae9a9ae1aeec369c285004ee4d5
zy-acs-flow/src/map/constants.js
@@ -5,7 +5,7 @@
export let AGV_ANGLE_OFFSET_VAL = 0;
export let MAP_MIRROR = false;;
export let MAP_MIRROR = false;
export const setMapPreferences = (preferences = {}) => {
    if (preferences == null || typeof preferences !== 'object') {