diff --git a/src/views/config.js b/src/views/config.js index 83d4217..d470486 100644 --- a/src/views/config.js +++ b/src/views/config.js @@ -244,8 +244,8 @@ var arrRe=[ // topOffsetCell: -8, // 整体向下偏移单元格个数 leftOffsetCell: 0, // 整体向右偏移单元格个数 topOffsetCell: 0, // 整体向下偏移单元格个数 - textRotation: -Math.PI / 2, // 文字旋转 (顺时针90°: -Math.PI / 2) - eyePoint: [-1, 1800, 0], + textRotation: 0, // 文字旋转 (顺时针90°: -Math.PI / 2) + eyePoint: [0, 1800, 0], vehicleType: 1, // 1堆垛机 2四向车 mutiLayer: false, // 不同层的货位分多层展示 warehouseType: 1, // 1 堆垛机 2 四向车