From 32050f795773ca0373992648a8a5b715ed2e805b Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期二, 23 四月 2024 15:33:48 +0800 Subject: [PATCH] # --- src/assets/data/shelf.js | 18 +++++++----------- 1 files changed, 7 insertions(+), 11 deletions(-) diff --git a/src/assets/data/shelf.js b/src/assets/data/shelf.js index 3b944b5..a187cf2 100644 --- a/src/assets/data/shelf.js +++ b/src/assets/data/shelf.js @@ -1,18 +1,14 @@ const shelfData = [ { - x: 200, - y: -1000, - width: 200, - height: 2000, - tunnelNumber: 'T1', + no: '1-1-1', + position: [0, 0, 0], + rotationY: Math.PI / 2, }, { - x: 200, - y: -50, - width: 1300, - height: 100, - tunnelNumber: 'T2', - }, + no: '2-1-1', + position: [100, 0, 0], + rotationY: Math.PI / 2, + } ]; export default shelfData; -- Gitblit v1.9.1