|  |  | 
 |  |  | import * as Common from '@/utils/common'; | 
 |  |  |  | 
 |  |  | // row | 
 |  |  | const shelfRowOffset = 1000; | 
 |  |  | const shelfRowOffset = 850  ; | 
 |  |  | const realRowPos = [0 - shelfRowOffset, 0 + shelfRowOffset, 2420 - shelfRowOffset, 2420 + shelfRowOffset]; | 
 |  |  |  | 
 |  |  | // bay | 
 |  |  | 
 |  |  |   //   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, | 
 |  |  |   // }, | 
 |  |  |  | 
 |  |  |  | 
 |  |  | ]; |