#
luxiaotao1123
2024-04-24 5ff1f4b91096410ca4a4b405fc3be1c76dbfe112
#
1个文件已修改
10 ■■■■ 已修改文件
src/assets/data/area.js 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/assets/data/area.js
@@ -1,13 +1,13 @@
const areaData = [
  {
    x: -500,
    y: -400,
    width: 700,
    height: 800,
    x: -700,
    y: -700,
    width: 800,
    height: 1500,
    name: 'selected-rect1684723196047',
    type: 'area',
    strokeColor: 'rgb(255, 0, 14)',
    areaNumber: 'A1',
    areaNumber: 'AGV',
    textHeight: 400,
  },
];