openatc-components 0.4.54 → 0.4.55

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -417,7 +417,6 @@ export default {
417
417
  },
418
418
  handleTempCrossStatus (val) {
419
419
  // 模版路口图状态数据
420
- debugger
421
420
  this.phaseStatusList = val.phase
422
421
  this.overlapStatusList = val.overlap
423
422
  if (val.control === 1 || val.control === 2 || val.control === 3) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openatc-components",
3
- "version": "0.4.54",
3
+ "version": "0.4.55",
4
4
  "description": "A Vue.js project",
5
5
  "author": "openatc developer",
6
6
  "private": false,
@@ -417,7 +417,6 @@ export default {
417
417
  },
418
418
  handleTempCrossStatus (val) {
419
419
  // 模版路口图状态数据
420
- debugger
421
420
  this.phaseStatusList = val.phase
422
421
  this.overlapStatusList = val.overlap
423
422
  if (val.control === 1 || val.control === 2 || val.control === 3) {