#
luxiaotao1123
2024-08-20 f97ee12c96d96e2f529e4248695d643245ec4243
src/assets/data/shelf.js
@@ -88,21 +88,21 @@
  //   position: Common.calculateMappedPosition([realRowPos[2], 0, realBayPos[3]]),
  //   rotationY: Math.PI / 2,
  // },
  {
    no: '3-10-1',
    position: Common.calculateMappedPosition([realRowPos[2], 0, realBayPos[2]]),
    rotationY: Math.PI / 2,
  },
  {
    no: '3-13-1',
    position: Common.calculateMappedPosition([realRowPos[2], 0, realBayPos[1]]),
    rotationY: Math.PI / 2,
  },
  {
    no: '3-16-1',
    position: Common.calculateMappedPosition([realRowPos[2], 0, realBayPos[0]]),
    rotationY: Math.PI / 2,
  },
  // {
  //   no: '3-10-1',
  //   position: Common.calculateMappedPosition([realRowPos[2], 0, realBayPos[2]]),
  //   rotationY: Math.PI / 2,
  // },
  // {
  //   no: '3-13-1',
  //   position: Common.calculateMappedPosition([realRowPos[2], 0, realBayPos[1]]),
  //   rotationY: Math.PI / 2,
  // },
  // {
  //   no: '3-16-1',
  //   position: Common.calculateMappedPosition([realRowPos[2], 0, realBayPos[0]]),
  //   rotationY: Math.PI / 2,
  // },
];