From 14d92122777a4aa566bbedb39b640bfc0d3af868 Mon Sep 17 00:00:00 2001 From: "Mr.sun" <2290907227@qq.com> Date: Thu, 11 Jan 2024 10:18:35 +0800 Subject: [PATCH] =?UTF-8?q?=E8=83=8C=E6=99=AF=E9=A2=9C=E8=89=B2=20=20?= =?UTF-8?q?=E7=8A=B6=E6=80=81=20=E7=99=BD=E8=93=9D=E7=BA=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/util/mapDrawing.js | 2 +- src/config.js | 12 ++++++------ src/views/index.vue | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/api/util/mapDrawing.js b/src/api/util/mapDrawing.js index 6cea087..1010a06 100644 --- a/src/api/util/mapDrawing.js +++ b/src/api/util/mapDrawing.js @@ -120,7 +120,7 @@ class MapDrawing extends EventEmitter { this.property.renderer.setSize(this.property.width, this.property.height) document.getElementById('mapContainer').appendChild(this.property.renderer.domElement) // 设置背景色 - this.property.renderer.setClearColor(0x000000, 1.0) + this.property.renderer.setClearColor('#70a1ff', 1.0) } /** diff --git a/src/config.js b/src/config.js index 52db4fb..c8c0c67 100644 --- a/src/config.js +++ b/src/config.js @@ -333,7 +333,7 @@ var arrRe=[ color: '#ff4757' }, '2': { - //淡蓝 + //深蓝 describe: '实(有盒子)', color: '#3742fa' }, @@ -343,7 +343,7 @@ var arrRe=[ }, '4': { describe: '实(BCR 重复 ID 的既存盒子)', - color: '#74b9ff' + color: '#3742fa' }, '5': { describe: '实(双重搬入时的现有的盒子)', @@ -351,21 +351,21 @@ var arrRe=[ }, '6': { describe: '输送目的地预约中', - color: '#3742fa' + color: '#ecf0f1' }, '7': { describe: '源目标', - color: '#3742fa' + color: '#ecf0f1' }, // 8: 切离禁用空的状态 // 9: 切离禁用实的状态 '8': { describe: '切离禁用空的状态', - color: '#3742fa' + color: '#ecf0f1' }, '9': { describe: '切离禁用实的状态', - color: '#3742fa' + color: '#ecf0f1' }, // '1': { // describe: '满位', diff --git a/src/views/index.vue b/src/views/index.vue index 4f8c998..397e7a3 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -586,7 +586,7 @@ export default { key: 'locationName' }, { - title: '盒子信息', + title: 'Box信息', key: 'boxId' }, {