#
luxiaotao1123
2024-05-10 28f9d6aadef16cafb888ff6bcc97f99bde971d8d
src/assets/data/area.js
@@ -1,13 +1,11 @@
const areaData = [
  {
    x: -500,
    y: -400,
    width: 700,
    height: 800,
    name: 'selected-rect1684723196047',
    type: 'area',
    strokeColor: 'rgb(255, 0, 14)',
    areaNumber: 'A1',
    x: -700,
    y: -700,
    width: 800,
    height: 1500,
    strokeColor: 'rgb(255, 120, 120)',
    textContent: 'AGV',
    textHeight: 400,
  },
];