背景颜色 状态 白蓝红

master
Mr.sun 2 years ago
parent a9b421d08e
commit 14d9212277
  1. 2
      src/api/util/mapDrawing.js
  2. 12
      src/config.js
  3. 2
      src/views/index.vue

@ -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)
}
/**

@ -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: '满位',

@ -586,7 +586,7 @@ export default {
key: 'locationName'
},
{
title: '盒子信息',
title: 'Box信息',
key: 'boxId'
},
{

Loading…
Cancel
Save