From 8dcdbd3d4dd87db740657435e485294c6f9bf7af Mon Sep 17 00:00:00 2001 From: hzz Date: Wed, 24 May 2023 09:45:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=86=E5=B8=83=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/FactoryView/threeMap.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/FactoryView/threeMap.vue b/src/views/FactoryView/threeMap.vue index 81694d8..acf5ef3 100644 --- a/src/views/FactoryView/threeMap.vue +++ b/src/views/FactoryView/threeMap.vue @@ -272,7 +272,7 @@ const init = () => { createLableObj(mesh_hr, t('messages.machineDesign'), { x: 0, y: 60, z: 0 }) const mesh_serve = createFloor('', 45, 48, { x: -364.5, y: 0, z: 58 }) - createLableObj(mesh_serve, '服务器机房', { x: 0, y: 60, z: 0 }) + createLableObj(mesh_serve, t('messages.服务器机房'), { x: 0, y: 60, z: 0 }) @@ -339,10 +339,10 @@ const init = () => { // createUseWall('料场中间的墙', { baseWidth: 82, baseHeght: 30, baseLength: 1 }, { x: 228, y: 0, z: 183.5 }) createUseWall('料场后面的墙', { baseWidth: 82, baseHeght: 30, baseLength: 1 }, { x: 228, y: 0, z: 308 }) const mesh_lc = createFloor('料场', 84, 131, { x: 188, y: 0, z: 110 }) - createLableObj(mesh_lc, '料场', { x: 0, y: 60, z: 0 }) + createLableObj(mesh_lc, t('messages.料场'), { x: 0, y: 60, z: 0 }) const mesh_wfzcq = createFloor('料场', 84, 132, { x: 188, y: 0, z: 242 }) - createLableObj(mesh_wfzcq, '危废暂存间', { x: 0, y: 60, z: 0 }) + createLableObj(mesh_wfzcq, t('messages.危废暂存间'), { x: 0, y: 60, z: 0 })