ソースを参照

修改pieChart2代码/202107211507

fanghuisheng 4 年 前
コミット
c8b19d2084
48 ファイル変更2 行追加3809 行削除
  1. 2 3
      src/views/site/components/Overview/pieChart2.vue
  2. 0 3316
      test/1.json
  3. BIN
      test/AlternatorSvg.png
  4. BIN
      test/ArrowDownSvg.png
  5. BIN
      test/ArrowUpSvg.png
  6. BIN
      test/CircuitBreakerSvg.png
  7. BIN
      test/DoubleWindingSvg.png
  8. BIN
      test/DoubleWindingSvgB.png
  9. BIN
      test/GGJ.png
  10. BIN
      test/GroundGraySvg.png
  11. BIN
      test/HorizontalLineSvg.png
  12. 0 324
      test/InterfaceReturn.json
  13. BIN
      test/IsolatingSwitchSvg.png
  14. BIN
      test/LightningArresterSvg.png
  15. BIN
      test/PolylineDownSvg.png
  16. BIN
      test/PolylineUpSvg.png
  17. BIN
      test/RectSvg.png
  18. BIN
      test/SignalLamp.png
  19. BIN
      test/SmartTerminalSvg.png
  20. BIN
      test/StandardCapacitorSvg.png
  21. BIN
      test/StandardReactance.png
  22. BIN
      test/TableSvg.png
  23. BIN
      test/TextSvg.png
  24. BIN
      test/TransformerTriphaseOpen.png
  25. BIN
      test/TransformerY.png
  26. BIN
      test/TwoCircleSvg.png
  27. BIN
      test/VerticalLineSvg.png
  28. BIN
      test/WireBreakOffSvg.png
  29. BIN
      test/favicon.ico
  30. BIN
      test/favicon1.ico
  31. BIN
      test/favicon2.ico
  32. BIN
      test/fonts/element-icons.abe71f7d.ttf
  33. BIN
      test/fonts/element-icons.d9491be2.woff
  34. BIN
      test/fonts/impact.f1290202.ttf
  35. BIN
      test/img/back_from.a7433d56.png
  36. BIN
      test/img/bg-blue.ba98dadb.png
  37. BIN
      test/img/bg-orange.1d9b56b1.png
  38. BIN
      test/img/bg-yellow.3bee5661.png
  39. BIN
      test/img/bg.32711954.png
  40. BIN
      test/img/head_bg.2ece9e04.png
  41. 0 22
      test/img/iconfont.ac70c85f.svg
  42. BIN
      test/img/map-sec-bg.8d0cdc96.png
  43. BIN
      test/img/modal-bg.d27fcef4.png
  44. BIN
      test/img/site-img.024fa228.png
  45. 0 25
      test/index.html
  46. 0 96
      test/js/app.js
  47. BIN
      test/logo.png
  48. 0 23
      test/static/config.js

+ 2 - 3
src/views/site/components/Overview/pieChart2.vue

@@ -46,7 +46,6 @@ export default {
           if (requset.status === "SUCCESS") {
             var data = requset.data;
             _this.initChart(
-              data.count == null ? 0 : data.count,
               data.epCount == null ? 0 : data.epCount,
               data.videoCount == null ? 0 : data.videoCount
             );
@@ -59,7 +58,7 @@ export default {
         });
     },
     //次数分布折线图
-    initChart(count, epCount, videoCount) {
+    initChart(epCount, videoCount) {
       var chart = echarts.init(this.$refs.pieChart2);
       var option;
 
@@ -78,7 +77,7 @@ export default {
 
         title: [
           {
-            text: "{name|" + count + "}\n{val|总数}",
+            text: "{name|" + (epCount + videoCount) + "}\n{val|总数}",
             top: "center",
             left: "center",
             textStyle: {

+ 0 - 3316
test/1.json

@@ -1,3316 +0,0 @@
-[
-    {
-        "id": "9be0a0cd-9a0d-4d2b-9147-bcc0da4af754",
-        "sort": 0,
-        "title": "横线",
-        "type": "HorizontalLineSvg",
-        "typeName": "横线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 462,
-        "svgPositionY": 172,
-        "height": 480,
-        "width": 3,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "bd3fc10b-87c7-4313-9deb-eecf9d26e49b",
-        "sort": 0,
-        "title": "竖线",
-        "type": "VerticalLineSvg",
-        "typeName": "竖线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 329,
-        "svgPositionY": 197,
-        "height": 50,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "8cc07bd7-333c-44cc-9ba8-efd2036681c6",
-        "sort": 0,
-        "title": "多段向上折线",
-        "type": "PolylineUpSvg",
-        "typeName": "多段向上折线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 329,
-        "svgPositionY": 231,
-        "height": 7,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "2016eda6-05cd-4fb4-8bfe-8fd28028a7fe",
-        "sort": 0,
-        "title": "竖线",
-        "type": "VerticalLineSvg",
-        "typeName": "竖线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 329,
-        "svgPositionY": 258,
-        "height": 100,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "07072f96-3226-42a2-82b5-1bec650e316b",
-        "sort": 0,
-        "title": "断路器",
-        "height": 40,
-        "width": 2,
-        "type": "CircuitBreakerSvg",
-        "typeName": "断路器",
-        "svgColor": "#00FF00",
-        "svgPositionX": 329,
-        "svgPositionY": 269,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "angle": 0,
-        "tableData": []
-    },
-    {
-        "id": "e32f91cf-d42e-4e45-ac3c-a66eb70edd7d",
-        "sort": 0,
-        "title": "多段向下折线",
-        "type": "PolylineDownSvg",
-        "typeName": "多段向下折线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 329,
-        "svgPositionY": 288,
-        "height": 7,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "a6e96cae-ed83-4240-8bd4-e6dab956f341",
-        "sort": 0,
-        "title": "竖线",
-        "type": "VerticalLineSvg",
-        "typeName": "竖线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 329,
-        "svgPositionY": 418,
-        "height": 200,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "125d5c83-07bc-49d7-8829-d54bf3f20bf7",
-        "sort": 0,
-        "title": "横线",
-        "type": "HorizontalLineSvg",
-        "typeName": "横线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 329,
-        "svgPositionY": 421,
-        "height": 100,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "073baebc-e4f5-4d3f-8083-7c49849cc40c",
-        "sort": 0,
-        "title": "竖线",
-        "type": "VerticalLineSvg",
-        "typeName": "竖线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 280,
-        "svgPositionY": 436,
-        "height": 30,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "8f596ae9-67ac-452a-bbcf-44e677ddb0cb",
-        "sort": 0,
-        "title": "避雷器",
-        "height": 7,
-        "width": 2,
-        "type": "LightningArresterSvg",
-        "typeName": "避雷器",
-        "svgColor": "#00FF00",
-        "svgPositionX": 280,
-        "svgPositionY": 473,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "angle": 0,
-        "tableData": []
-    },
-    {
-        "id": "e093b906-50b0-4558-899a-30cca3897233",
-        "sort": 0,
-        "title": "接地灰白",
-        "type": "GroundGraySvg",
-        "typeName": "接地灰白",
-        "svgColor": "#CCCCCC",
-        "svgPositionX": 280,
-        "svgPositionY": 507,
-        "height": 3,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "33dc8913-f19f-4d63-8400-357aa75b9751",
-        "sort": 0,
-        "title": "箭头向上",
-        "type": "ArrowUpSvg",
-        "typeName": "箭头向上",
-        "svgColor": "#FF0000",
-        "svgPositionX": 329,
-        "svgPositionY": 463,
-        "height": 2,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "ba79056e-1ec1-4619-8cd7-3a78ea8a4e77",
-        "sort": 0,
-        "title": "标准电容器",
-        "height": 3,
-        "width": 2,
-        "type": "StandardCapacitorSvg",
-        "typeName": "标准电容器",
-        "svgColor": "#00FF00",
-        "svgPositionX": 378,
-        "svgPositionY": 461,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "angle": 0,
-        "tableData": []
-    },
-    {
-        "id": "c046e434-bc10-465c-8552-43477289ff50",
-        "sort": 0,
-        "title": "竖线",
-        "type": "VerticalLineSvg",
-        "typeName": "竖线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 378,
-        "svgPositionY": 436,
-        "height": 30,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "fa0130b7-7f39-4ee8-a447-27be23ee2c6a",
-        "sort": 0,
-        "title": "信号灯",
-        "type": "SignalLamp",
-        "typeName": "信号灯",
-        "svgColor": "#FF0000",
-        "svgPositionX": 378,
-        "svgPositionY": 488,
-        "height": 3,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "09f8f237-979e-43ed-8256-e113d6eb1bae",
-        "sort": 0,
-        "title": "接地灰白",
-        "type": "GroundGraySvg",
-        "typeName": "接地灰白",
-        "svgColor": "#CCCCCC",
-        "svgPositionX": 378,
-        "svgPositionY": 507,
-        "height": 3,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "06d381f6-e56e-4d5e-8d07-348ae2e00a84",
-        "sort": 0,
-        "title": "竖线",
-        "type": "VerticalLineSvg",
-        "typeName": "竖线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 394,
-        "svgPositionY": 197,
-        "height": 50,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "6010720d-bf08-459e-9d9b-538f9e4e184e",
-        "sort": 0,
-        "title": "隔离开关",
-        "height": 20,
-        "width": 2,
-        "type": "IsolatingSwitchSvg",
-        "typeName": "隔离开关",
-        "svgColor": "#00FF00",
-        "svgPositionX": 394,
-        "svgPositionY": 233,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "angle": 0,
-        "tableData": []
-    },
-    {
-        "id": "52f29f75-1197-440c-802a-66d21c344be4",
-        "sort": 0,
-        "title": "竖线",
-        "type": "VerticalLineSvg",
-        "typeName": "竖线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 394,
-        "svgPositionY": 318,
-        "height": 100,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "aa8983a4-8037-4e2e-82f9-63b1ce0959d5",
-        "sort": 0,
-        "title": "长方形",
-        "type": "RectSvg",
-        "typeName": "长方形",
-        "svgColor": "#FF0000",
-        "svgPositionX": 394,
-        "svgPositionY": 288,
-        "height": 30,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "0c03846c-91ef-4513-b289-bdea21989bdf",
-        "sort": 0,
-        "title": "横线",
-        "type": "HorizontalLineSvg",
-        "typeName": "横线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 411,
-        "svgPositionY": 258,
-        "height": 30,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "b921ac37-f563-46ed-8205-66c9d763c874",
-        "sort": 0,
-        "title": "竖线",
-        "type": "VerticalLineSvg",
-        "typeName": "竖线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 426,
-        "svgPositionY": 263,
-        "height": 10,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "756a5fe8-362a-4f75-8465-637ff7516f66",
-        "sort": 0,
-        "title": "标准电容器",
-        "height": 3,
-        "width": 2,
-        "type": "StandardCapacitorSvg",
-        "typeName": "标准电容器",
-        "svgColor": "#00FF00",
-        "svgPositionX": 426,
-        "svgPositionY": 280,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "angle": 0,
-        "tableData": []
-    },
-    {
-        "id": "74aee225-e0c0-4966-9c65-a7957de7ecd8",
-        "sort": 0,
-        "title": "信号灯",
-        "type": "SignalLamp",
-        "typeName": "信号灯",
-        "svgColor": "#FF0000",
-        "svgPositionX": 426,
-        "svgPositionY": 304,
-        "height": 3,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "f7feda8d-cf80-411b-9a6b-9d7b3372b9a3",
-        "sort": 0,
-        "title": "接地灰白",
-        "type": "GroundGraySvg",
-        "typeName": "接地灰白",
-        "svgColor": "#CCCCCC",
-        "svgPositionX": 426,
-        "svgPositionY": 322,
-        "height": 3,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "a4f0bb2a-4328-4aab-a3aa-487cc835b365",
-        "sort": 0,
-        "title": "横线",
-        "type": "HorizontalLineSvg",
-        "typeName": "横线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 394,
-        "svgPositionY": 370,
-        "height": 100,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "7f06d0a0-92d9-491d-88f1-871844227bdb",
-        "sort": 0,
-        "title": "双圆",
-        "type": "TwoCircleSvg",
-        "typeName": "双圆",
-        "svgColor": "#FF0000",
-        "svgPositionX": 344,
-        "svgPositionY": 370,
-        "height": 3,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "a72d5f30-116b-4e0b-9159-38414419cfef",
-        "sort": 0,
-        "title": "双圆",
-        "type": "TwoCircleSvg",
-        "typeName": "双圆",
-        "svgColor": "#FF0000",
-        "svgPositionX": 451,
-        "svgPositionY": 371,
-        "height": 3,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "ac433a91-3ffb-4c34-a6f3-6ca4eb296d7f",
-        "sort": 0,
-        "title": "文字",
-        "type": "TextSvg",
-        "typeName": "文字",
-        "svgColor": "#ffff00",
-        "svgPositionX": 921,
-        "svgPositionY": 62,
-        "height": 0,
-        "fontSize": 50,
-        "svgText": "站点一",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "6d195b03-9b53-4f97-976a-cb58833cc7ee",
-        "sort": 0,
-        "title": "竖线",
-        "type": "VerticalLineSvg",
-        "typeName": "竖线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 525,
-        "svgPositionY": 298,
-        "height": 250,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "4d3bb514-f973-4943-8521-9f7294377a43",
-        "sort": 0,
-        "title": "多段向上折线",
-        "type": "PolylineUpSvg",
-        "typeName": "多段向上折线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 525,
-        "svgPositionY": 231,
-        "height": 7,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "3b1dc203-3d8c-458e-8d8d-54f78af6417a",
-        "sort": 0,
-        "title": "长方形",
-        "type": "RectSvg",
-        "typeName": "长方形",
-        "svgColor": "#FF0000",
-        "svgPositionX": 526,
-        "svgPositionY": 284,
-        "height": 30,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "58e58f3c-5680-4632-844c-bc55624b7eec",
-        "sort": 0,
-        "title": "双绕组变压器",
-        "type": "DoubleWindingSvg",
-        "typeName": "双绕组变压器",
-        "svgColor": "#FF0000",
-        "svgPositionX": 1436,
-        "svgPositionY": 329,
-        "height": 5,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "63d17a38-2b47-4c49-83f7-fcc125e79ac5",
-        "sort": 0,
-        "title": "横线",
-        "type": "HorizontalLineSvg",
-        "typeName": "横线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 501,
-        "svgPositionY": 258,
-        "height": 50,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "928ff169-0834-4e77-86c3-ce0c6038d43a",
-        "sort": 0,
-        "title": "竖线",
-        "type": "VerticalLineSvg",
-        "typeName": "竖线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 478,
-        "svgPositionY": 384,
-        "height": 150,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "f65a7822-e1f0-4d2a-8f08-1bc7eccede04",
-        "sort": 0,
-        "title": "避雷器",
-        "height": 7,
-        "width": 2,
-        "type": "LightningArresterSvg",
-        "typeName": "避雷器",
-        "svgColor": "#00FF00",
-        "svgPositionX": 478,
-        "svgPositionY": 281,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "angle": 0,
-        "tableData": []
-    },
-    {
-        "id": "cca0cd00-e4de-4b27-8cfb-b1a694f85321",
-        "sort": 0,
-        "title": "接地灰白",
-        "type": "GroundGraySvg",
-        "typeName": "接地灰白",
-        "svgColor": "#CCCCCC",
-        "svgPositionX": 478,
-        "svgPositionY": 466,
-        "height": 3,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "f606321f-9521-4f6c-86fd-c2bb5c77f93e",
-        "sort": 0,
-        "title": "断路器",
-        "height": 40,
-        "width": 2,
-        "type": "CircuitBreakerSvg",
-        "typeName": "断路器",
-        "svgColor": "#FF0000",
-        "svgPositionX": 1196,
-        "svgPositionY": 269,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "angle": 0,
-        "tableData": []
-    },
-    {
-        "id": "030dd31b-b26f-4c34-a25b-e13a1e5d5e58",
-        "sort": 0,
-        "title": "竖线",
-        "type": "VerticalLineSvg",
-        "typeName": "竖线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 609,
-        "svgPositionY": 297,
-        "height": 250,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "ccaa1dcd-b689-4ec7-9c9d-4f3318b68ceb",
-        "sort": 0,
-        "title": "多段向上折线",
-        "type": "PolylineUpSvg",
-        "typeName": "多段向上折线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 609,
-        "svgPositionY": 231,
-        "height": 7,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "bf544396-98c4-4bec-8203-9968c56c9304",
-        "sort": 0,
-        "title": "断路器",
-        "height": 40,
-        "width": 2,
-        "type": "CircuitBreakerSvg",
-        "typeName": "断路器",
-        "svgColor": "#FF0000",
-        "svgPositionX": 609,
-        "svgPositionY": 269,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "angle": 0,
-        "tableData": []
-    },
-    {
-        "id": "80905709-a47b-4dbb-89d9-884e3cf76017",
-        "sort": 0,
-        "title": "多段向下折线",
-        "type": "PolylineDownSvg",
-        "typeName": "多段向下折线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 609,
-        "svgPositionY": 288,
-        "height": 7,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "485f95e0-e72a-4258-8382-f9314c3cf113",
-        "sort": 0,
-        "title": "横线",
-        "type": "HorizontalLineSvg",
-        "typeName": "横线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 631,
-        "svgPositionY": 452,
-        "height": 150,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "b2cbbecf-7c38-42fb-b1bd-38d882600b11",
-        "sort": 0,
-        "title": "隔离开关",
-        "height": 20,
-        "width": 2,
-        "type": "IsolatingSwitchSvg",
-        "typeName": "隔离开关",
-        "svgColor": "#00FF00",
-        "svgPositionX": 557,
-        "svgPositionY": 473,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "angle": 0,
-        "tableData": []
-    },
-    {
-        "id": "18b02672-1f02-4662-8ea8-4e702b012ef1",
-        "sort": 0,
-        "title": "竖线",
-        "type": "VerticalLineSvg",
-        "typeName": "竖线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 609,
-        "svgPositionY": 466,
-        "height": 150,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "9b9070a6-3eec-43fb-8b60-6de464a61cf9",
-        "sort": 0,
-        "title": "避雷器",
-        "height": 7,
-        "width": 2,
-        "type": "LightningArresterSvg",
-        "typeName": "避雷器",
-        "svgColor": "#00FF00",
-        "svgPositionX": 649,
-        "svgPositionY": 488,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "angle": 0,
-        "tableData": []
-    },
-    {
-        "id": "2e972c3b-3eb6-42a9-bef0-e6b968b5017f",
-        "sort": 0,
-        "title": "标准电容器",
-        "height": 3,
-        "width": 2,
-        "type": "StandardCapacitorSvg",
-        "typeName": "标准电容器",
-        "svgColor": "#00FF00",
-        "svgPositionX": 704,
-        "svgPositionY": 484,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "angle": 0,
-        "tableData": []
-    },
-    {
-        "id": "d4712840-4512-4aaa-8cb7-96ef94c20d7d",
-        "sort": 0,
-        "title": "竖线",
-        "type": "VerticalLineSvg",
-        "typeName": "竖线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 704,
-        "svgPositionY": 463,
-        "height": 20,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "f66406d5-6378-41d4-88d1-161b47e3cca3",
-        "sort": 0,
-        "title": "信号灯",
-        "type": "SignalLamp",
-        "typeName": "信号灯",
-        "svgColor": "#FF0000",
-        "svgPositionX": 704,
-        "svgPositionY": 508,
-        "height": 3,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "66ce946a-19ed-4f3c-89eb-8131e943c47e",
-        "sort": 0,
-        "title": "接地灰白",
-        "type": "GroundGraySvg",
-        "typeName": "接地灰白",
-        "svgColor": "#CCCCCC",
-        "svgPositionX": 704,
-        "svgPositionY": 527,
-        "height": 3,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "954d2252-934a-4f35-a68f-3af22eb7423a",
-        "sort": 0,
-        "title": "接地灰白",
-        "type": "GroundGraySvg",
-        "typeName": "接地灰白",
-        "svgColor": "#CCCCCC",
-        "svgPositionX": 649,
-        "svgPositionY": 522,
-        "height": 3,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "4c1bda96-dc8c-43f3-93fa-80de4572c6cc",
-        "sort": 0,
-        "title": "竖线",
-        "type": "VerticalLineSvg",
-        "typeName": "竖线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 649,
-        "svgPositionY": 461,
-        "height": 15,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "a7b0e2ab-5197-4565-875d-a19f934b6a14",
-        "sort": 0,
-        "title": "竖线",
-        "type": "VerticalLineSvg",
-        "typeName": "竖线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 679,
-        "svgPositionY": 299,
-        "height": 250,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "1088e3c3-6d62-4666-8dd8-c28611665ee5",
-        "sort": 0,
-        "title": "多段向上折线",
-        "type": "PolylineUpSvg",
-        "typeName": "多段向上折线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 679,
-        "svgPositionY": 231,
-        "height": 7,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "cdf12feb-3553-4191-8216-803584b031bb",
-        "sort": 0,
-        "title": "断路器",
-        "height": 40,
-        "width": 2,
-        "type": "CircuitBreakerSvg",
-        "typeName": "断路器",
-        "svgColor": "#00FF00",
-        "svgPositionX": 679,
-        "svgPositionY": 269,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "angle": 0,
-        "tableData": []
-    },
-    {
-        "id": "695062bc-77ac-4d44-8b30-c91346786092",
-        "sort": 0,
-        "title": "多段向下折线",
-        "type": "PolylineDownSvg",
-        "typeName": "多段向下折线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 679,
-        "svgPositionY": 288,
-        "height": 7,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "31816770-1c14-4c7d-b059-16332fe905fc",
-        "sort": 0,
-        "title": "横线",
-        "type": "HorizontalLineSvg",
-        "typeName": "横线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 692,
-        "svgPositionY": 335,
-        "height": 30,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "bb404f6d-53a0-41da-82de-3af033949f54",
-        "sort": 0,
-        "title": "竖线",
-        "type": "VerticalLineSvg",
-        "typeName": "竖线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 706,
-        "svgPositionY": 339,
-        "height": 10,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "2b94f9be-127b-4e99-809f-827b2dce3236",
-        "sort": 0,
-        "title": "避雷器",
-        "height": 7,
-        "width": 2,
-        "type": "LightningArresterSvg",
-        "typeName": "避雷器",
-        "svgColor": "#00FF00",
-        "svgPositionX": 706,
-        "svgPositionY": 366,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "angle": 0,
-        "tableData": []
-    },
-    {
-        "id": "8915e940-8148-4821-9923-1f49879202f8",
-        "sort": 0,
-        "title": "接地灰白",
-        "type": "GroundGraySvg",
-        "typeName": "接地灰白",
-        "svgColor": "#CCCCCC",
-        "svgPositionX": 706,
-        "svgPositionY": 400,
-        "height": 3,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "febca392-ed96-4a95-8639-cac4431e08cd",
-        "sort": 0,
-        "title": "横线",
-        "type": "HorizontalLineSvg",
-        "typeName": "横线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 755,
-        "svgPositionY": 422,
-        "height": 150,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "e1d775e2-4a29-41a0-bff5-fc8540ba8a79",
-        "sort": 0,
-        "title": "竖线",
-        "type": "VerticalLineSvg",
-        "typeName": "竖线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 829,
-        "svgPositionY": 299,
-        "height": 250,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "8d3c43d0-8558-48b5-b3b2-04e51de059de",
-        "sort": 0,
-        "title": "横线",
-        "type": "HorizontalLineSvg",
-        "typeName": "横线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 1015,
-        "svgPositionY": 172,
-        "height": 400,
-        "width": 4,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "16935977-d4a5-47a2-81c0-38d6a5c7b1f1",
-        "sort": 0,
-        "title": "多段向上折线",
-        "type": "PolylineUpSvg",
-        "typeName": "多段向上折线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 829,
-        "svgPositionY": 231,
-        "height": 7,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "1bcc3909-c5a8-4ecb-81f7-aea90c5ab36c",
-        "sort": 0,
-        "title": "多段向下折线",
-        "type": "PolylineDownSvg",
-        "typeName": "多段向下折线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 829,
-        "svgPositionY": 288,
-        "height": 7,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "141e3637-6c7e-4ff1-8d60-cd1a236bc0b7",
-        "sort": 0,
-        "title": "竖线",
-        "type": "VerticalLineSvg",
-        "typeName": "竖线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 900,
-        "svgPositionY": 322,
-        "height": 300,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "b1de897d-9911-43e7-8fd6-57152a0cbb5f",
-        "sort": 0,
-        "title": "多段向上折线",
-        "type": "PolylineUpSvg",
-        "typeName": "多段向上折线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 900,
-        "svgPositionY": 231,
-        "height": 7,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "115c211e-2ca6-4e94-8f06-21b2fea888be",
-        "sort": 0,
-        "title": "多段向下折线",
-        "type": "PolylineDownSvg",
-        "typeName": "多段向下折线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 900,
-        "svgPositionY": 288,
-        "height": 7,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "9afcf750-f6cd-4379-a96b-bc7b8a0b3aa1",
-        "sort": 0,
-        "title": "断路器",
-        "height": 40,
-        "width": 2,
-        "type": "CircuitBreakerSvg",
-        "typeName": "断路器",
-        "svgColor": "#00FF00",
-        "svgPositionX": 900,
-        "svgPositionY": 269,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "angle": 0,
-        "tableData": []
-    },
-    {
-        "id": "51b3e49e-b065-4b95-8379-458c98020376",
-        "sort": 0,
-        "title": "接地灰白",
-        "type": "GroundGraySvg",
-        "typeName": "接地灰白",
-        "svgColor": "#CCCCCC",
-        "svgPositionX": 557,
-        "svgPositionY": 519,
-        "height": 3,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "7373444f-a455-4faf-ac88-dbdb177819b5",
-        "sort": 0,
-        "title": "横线",
-        "type": "HorizontalLineSvg",
-        "typeName": "横线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 921,
-        "svgPositionY": 368,
-        "height": 100,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "1abd6dfb-b62b-4358-99b2-58a08c4305be",
-        "sort": 0,
-        "title": "竖线",
-        "type": "VerticalLineSvg",
-        "typeName": "竖线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 870,
-        "svgPositionY": 372,
-        "height": 10,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "f2221130-eb29-4d87-bd40-c03cbdd9c53c",
-        "sort": 0,
-        "title": "隔离开关",
-        "height": 20,
-        "width": 2,
-        "type": "IsolatingSwitchSvg",
-        "typeName": "隔离开关",
-        "svgColor": "#00FF00",
-        "svgPositionX": 870,
-        "svgPositionY": 398,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "angle": 0,
-        "tableData": []
-    },
-    {
-        "id": "cf9ee34e-fbd5-4012-b557-f29a87f00993",
-        "sort": 0,
-        "title": "接地灰白",
-        "type": "GroundGraySvg",
-        "typeName": "接地灰白",
-        "svgColor": "#CCCCCC",
-        "svgPositionX": 870,
-        "svgPositionY": 444,
-        "height": 3,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "5eae9221-ad33-4e3f-973c-c4ae791ccb05",
-        "sort": 0,
-        "title": "箭头向下",
-        "type": "ArrowDownSvg",
-        "typeName": "箭头向下",
-        "svgColor": "#FF0000",
-        "svgPositionX": 900,
-        "svgPositionY": 418,
-        "height": 2,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "a62ace69-2eb5-4b67-84e5-1048f1492d0a",
-        "sort": 0,
-        "title": "竖线",
-        "type": "VerticalLineSvg",
-        "typeName": "竖线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 933,
-        "svgPositionY": 381,
-        "height": 20,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "066cc47b-2a48-48ee-845a-9715cee5680e",
-        "sort": 0,
-        "title": "避雷器",
-        "height": 7,
-        "width": 2,
-        "type": "LightningArresterSvg",
-        "typeName": "避雷器",
-        "svgColor": "#00FF00",
-        "svgPositionX": 933,
-        "svgPositionY": 412,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "angle": 0,
-        "tableData": []
-    },
-    {
-        "id": "297350de-f4ba-452a-8f27-1337e1b969b6",
-        "sort": 0,
-        "title": "接地灰白",
-        "type": "GroundGraySvg",
-        "typeName": "接地灰白",
-        "svgColor": "#CCCCCC",
-        "svgPositionX": 933,
-        "svgPositionY": 446,
-        "height": 3,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "7958bd7e-9469-4141-9f52-362855563df8",
-        "sort": 0,
-        "title": "标准电容器",
-        "height": 3,
-        "width": 2,
-        "type": "StandardCapacitorSvg",
-        "typeName": "标准电容器",
-        "svgColor": "#00FF00",
-        "svgPositionX": 970,
-        "svgPositionY": 408,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "angle": 0,
-        "tableData": []
-    },
-    {
-        "id": "222c398a-c075-41f0-84cc-ef9ba7555f7d",
-        "sort": 0,
-        "title": "信号灯",
-        "type": "SignalLamp",
-        "typeName": "信号灯",
-        "svgColor": "#FF0000",
-        "svgPositionX": 970,
-        "svgPositionY": 431,
-        "height": 3,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "29022eef-91db-4cf6-9a63-42ffe32b64a9",
-        "sort": 0,
-        "title": "接地灰白",
-        "type": "GroundGraySvg",
-        "typeName": "接地灰白",
-        "svgColor": "#CCCCCC",
-        "svgPositionX": 970,
-        "svgPositionY": 451,
-        "height": 3,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "01a01a0a-52db-4400-9dc4-a4651ef13dc7",
-        "sort": 0,
-        "title": "竖线",
-        "type": "VerticalLineSvg",
-        "typeName": "竖线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 970,
-        "svgPositionY": 384,
-        "height": 30,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "e6209f92-f3a7-46b8-af4a-4eac5102a91a",
-        "sort": 0,
-        "title": "竖线",
-        "type": "VerticalLineSvg",
-        "typeName": "竖线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 1038,
-        "svgPositionY": 324,
-        "height": 300,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "b5b5482b-b370-4406-9dc3-8d9219c0314f",
-        "sort": 0,
-        "title": "多段向上折线",
-        "type": "PolylineUpSvg",
-        "typeName": "多段向上折线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 1038,
-        "svgPositionY": 231,
-        "height": 7,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "07eb7645-8192-475c-b320-d0b05d895665",
-        "sort": 0,
-        "title": "多段向下折线",
-        "type": "PolylineDownSvg",
-        "typeName": "多段向下折线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 1038,
-        "svgPositionY": 288,
-        "height": 7,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "af807b4a-0830-4b23-81ab-f8b53dae6979",
-        "sort": 0,
-        "title": "断路器",
-        "height": 40,
-        "width": 2,
-        "type": "CircuitBreakerSvg",
-        "typeName": "断路器",
-        "svgColor": "#00FF00",
-        "svgPositionX": 1038,
-        "svgPositionY": 269,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": [],
-        "angle": 0
-    },
-    {
-        "id": "3cbba043-83c8-4bfa-8fd4-5892e7ed27a1",
-        "sort": 0,
-        "title": "横线",
-        "type": "HorizontalLineSvg",
-        "typeName": "横线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 1052,
-        "svgPositionY": 368,
-        "height": 100,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "b0ab032b-c942-4b4b-aede-ccc8d8dc8024",
-        "sort": 0,
-        "title": "竖线",
-        "type": "VerticalLineSvg",
-        "typeName": "竖线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 1003,
-        "svgPositionY": 372,
-        "height": 10,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "6103fdc6-2769-47ec-9270-7c7cd75d43ef",
-        "sort": 0,
-        "title": "隔离开关",
-        "height": 20,
-        "width": 2,
-        "type": "IsolatingSwitchSvg",
-        "typeName": "隔离开关",
-        "svgColor": "#00FF00",
-        "svgPositionX": 1003,
-        "svgPositionY": 398,
-        "tableRowCount": 2,
-        "angle": 0,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "7e9fa9d9-4bd5-4d47-8d4a-3cc3720799f8",
-        "sort": 0,
-        "title": "接地灰白",
-        "type": "GroundGraySvg",
-        "typeName": "接地灰白",
-        "svgColor": "#CCCCCC",
-        "svgPositionX": 1003,
-        "svgPositionY": 444,
-        "height": 3,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "1a20f61a-b18d-4ab5-8a46-fbbd5b9993ec",
-        "sort": 0,
-        "title": "箭头向下",
-        "type": "ArrowDownSvg",
-        "typeName": "箭头向下",
-        "svgColor": "#FF0000",
-        "svgPositionX": 1038,
-        "svgPositionY": 418,
-        "height": 2,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "52f85fd1-c736-428a-9371-bb5062b56f09",
-        "sort": 0,
-        "title": "竖线",
-        "type": "VerticalLineSvg",
-        "typeName": "竖线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 1067,
-        "svgPositionY": 381,
-        "height": 20,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "ac123ad8-945b-4d56-914b-b2d54e8aa3fd",
-        "sort": 0,
-        "title": "避雷器",
-        "height": 7,
-        "width": 2,
-        "type": "LightningArresterSvg",
-        "typeName": "避雷器",
-        "svgColor": "#00FF00",
-        "svgPositionX": 1067,
-        "svgPositionY": 412,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "angle": 0,
-        "tableData": []
-    },
-    {
-        "id": "1bd502bb-11e2-4072-8cb9-0b3a29b9c7f8",
-        "sort": 0,
-        "title": "接地灰白",
-        "type": "GroundGraySvg",
-        "typeName": "接地灰白",
-        "svgColor": "#CCCCCC",
-        "svgPositionX": 1067,
-        "svgPositionY": 446,
-        "height": 3,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "80343987-648e-4cf0-bf2c-9a7a8f636668",
-        "sort": 0,
-        "title": "竖线",
-        "type": "VerticalLineSvg",
-        "typeName": "竖线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 1102,
-        "svgPositionY": 384,
-        "height": 30,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "b2917612-cf9d-404a-8706-393e9a8ff5d6",
-        "sort": 0,
-        "title": "标准电容器",
-        "height": 3,
-        "width": 2,
-        "type": "StandardCapacitorSvg",
-        "typeName": "标准电容器",
-        "svgColor": "#00FF00",
-        "svgPositionX": 1102,
-        "svgPositionY": 408,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "angle": 0,
-        "tableData": []
-    },
-    {
-        "id": "41d3d4ed-ba2a-49af-8913-3f34843e6e2c",
-        "sort": 0,
-        "title": "信号灯",
-        "type": "SignalLamp",
-        "typeName": "信号灯",
-        "svgColor": "#FF0000",
-        "svgPositionX": 1102,
-        "svgPositionY": 433,
-        "height": 3,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "19c38337-6fe1-4861-9049-af7a5ade3b4c",
-        "sort": 0,
-        "title": "接地灰白",
-        "type": "GroundGraySvg",
-        "typeName": "接地灰白",
-        "svgColor": "#CCCCCC",
-        "svgPositionX": 1102,
-        "svgPositionY": 453,
-        "height": 3,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "89e4834b-b5b5-4198-982a-d7988229e6a0",
-        "sort": 0,
-        "title": "竖线",
-        "type": "VerticalLineSvg",
-        "typeName": "竖线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 1196,
-        "svgPositionY": 210,
-        "height": 80,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "8c17ef6b-eeb6-4502-81db-d15f9b0cae38",
-        "sort": 0,
-        "title": "多段向上折线",
-        "type": "PolylineUpSvg",
-        "typeName": "多段向上折线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 1196,
-        "svgPositionY": 231,
-        "height": 7,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "60604dcd-d1ff-46e7-91ed-0a0a5774bdcb",
-        "sort": 0,
-        "title": "竖线",
-        "type": "VerticalLineSvg",
-        "typeName": "竖线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 1196,
-        "svgPositionY": 364,
-        "height": 150,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "b8bb1e03-0601-4c74-8c1b-5d75fd533164",
-        "sort": 0,
-        "title": "多段向下折线",
-        "type": "PolylineDownSvg",
-        "typeName": "多段向下折线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 1196,
-        "svgPositionY": 288,
-        "height": 7,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "a6f7c216-e76c-4cc3-8e8d-3e1721960a19",
-        "sort": 0,
-        "title": "横线",
-        "type": "HorizontalLineSvg",
-        "typeName": "横线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 1196,
-        "svgPositionY": 437,
-        "height": 100,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "07a4237f-2e10-46be-8c8e-0e5af16245ed",
-        "sort": 0,
-        "title": "双圆",
-        "type": "TwoCircleSvg",
-        "typeName": "双圆",
-        "svgColor": "#FF0000",
-        "svgPositionX": 1146,
-        "svgPositionY": 436,
-        "height": 3,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "125a6dc5-ff47-4914-9570-db8d6ad232d0",
-        "sort": 0,
-        "title": "双圆",
-        "type": "TwoCircleSvg",
-        "typeName": "双圆",
-        "svgColor": "#FF0000",
-        "svgPositionX": 1250,
-        "svgPositionY": 436,
-        "height": 3,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "6d2e1881-5025-420c-899a-40e66eceb730",
-        "sort": 0,
-        "title": "横线",
-        "type": "HorizontalLineSvg",
-        "typeName": "横线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 1237,
-        "svgPositionY": 473,
-        "height": 400,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "821fa32a-6565-42eb-8ab5-e0c3ad076882",
-        "sort": 0,
-        "title": "竖线",
-        "type": "VerticalLineSvg",
-        "typeName": "竖线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 1436,
-        "svgPositionY": 423,
-        "height": 100,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "7835fdf2-2c8d-44b2-8882-44dfaaea17c2",
-        "sort": 0,
-        "title": "竖线",
-        "type": "VerticalLineSvg",
-        "typeName": "竖线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 1436,
-        "svgPositionY": 231,
-        "height": 100,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "9a630575-d2e7-482d-b008-67739d5e212b",
-        "sort": 0,
-        "title": "横线",
-        "type": "HorizontalLineSvg",
-        "typeName": "横线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 1509,
-        "svgPositionY": 179,
-        "height": 150,
-        "width": 4,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "a10f232e-a757-47a9-8adc-328a5e8f98e1",
-        "sort": 0,
-        "title": "竖线",
-        "type": "VerticalLineSvg",
-        "typeName": "竖线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 1583,
-        "svgPositionY": 255,
-        "height": 150,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "f805f148-832b-4e7f-8130-73a381aa1bf2",
-        "sort": 0,
-        "title": "电容柜",
-        "type": "GGJSvg",
-        "typeName": "电容柜",
-        "svgColor": "#FF6600",
-        "svgPositionX": 1583,
-        "svgPositionY": 473,
-        "height": 1,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "3499f40a-f7a8-42cb-8e23-5af5ca289cb2",
-        "sort": 0,
-        "title": "竖线",
-        "type": "VerticalLineSvg",
-        "typeName": "竖线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 234,
-        "svgPositionY": 396,
-        "height": 450,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "da68f29b-cd74-44a1-b451-ae91fe5cda66",
-        "sort": 0,
-        "title": "横线",
-        "type": "HorizontalLineSvg",
-        "typeName": "横线",
-        "svgColor": "#ff8800",
-        "svgPositionX": 609,
-        "svgPositionY": 621,
-        "height": 750,
-        "width": 4,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "0c9be9fb-2d47-4965-8288-85279bd54954",
-        "sort": 0,
-        "title": "发电机",
-        "type": "AlternatorSvg",
-        "typeName": "发电机",
-        "svgColor": "#FF0000",
-        "svgPositionX": 1583,
-        "svgPositionY": 364,
-        "height": 5,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "9e7c1a24-cc26-43c1-9243-bf43280762fd",
-        "sort": 0,
-        "title": "竖线",
-        "type": "VerticalLineSvg",
-        "typeName": "竖线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 1583,
-        "svgPositionY": 423,
-        "height": 50,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "f3316b90-d109-493b-86cb-cffdff3d0e07",
-        "sort": 0,
-        "title": "竖线",
-        "type": "VerticalLineSvg",
-        "typeName": "竖线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 280,
-        "svgPositionY": 699,
-        "height": 150,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "3a47c15b-9b64-4d44-8c55-711820fce141",
-        "sort": 0,
-        "title": "多段向上折线",
-        "type": "PolylineUpSvg",
-        "typeName": "多段向上折线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 280,
-        "svgPositionY": 676,
-        "height": 7,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "c0e238ff-dd22-4ef6-af85-e599ef87fb0f",
-        "sort": 0,
-        "title": "断路器",
-        "height": 40,
-        "width": 2,
-        "type": "CircuitBreakerSvg",
-        "typeName": "断路器",
-        "svgColor": "#FF0000",
-        "svgPositionX": 280,
-        "svgPositionY": 710,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "angle": 0,
-        "tableData": []
-    },
-    {
-        "id": "7cc50977-897e-4c44-bfd5-5c2df938eb1f",
-        "sort": 0,
-        "title": "多段向下折线",
-        "type": "PolylineDownSvg",
-        "typeName": "多段向下折线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 280,
-        "svgPositionY": 722,
-        "height": 7,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "a4e77e1c-0b19-4a3e-bd90-4c42c9503a7b",
-        "sort": 0,
-        "title": "箭头向下",
-        "type": "ArrowDownSvg",
-        "typeName": "箭头向下",
-        "svgColor": "#FF0000",
-        "svgPositionX": 378,
-        "svgPositionY": 791,
-        "height": 2,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "f4e1eb27-a969-421f-b032-0baae953776f",
-        "sort": 0,
-        "title": "竖线",
-        "type": "VerticalLineSvg",
-        "typeName": "竖线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 378,
-        "svgPositionY": 649,
-        "height": 50,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "75fa8a89-344d-4de7-8dd4-aa73dae3ad09",
-        "sort": 0,
-        "title": "电线开关",
-        "height": 5,
-        "width": 2,
-        "type": "WireConnectionSvg",
-        "typeName": "电线开关",
-        "svgColor": "#FF0000",
-        "svgPositionX": 378,
-        "svgPositionY": 710,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "angle": 0,
-        "tableData": []
-    },
-    {
-        "id": "1b9e3deb-1cbe-408e-a1dc-f3c1bb693047",
-        "sort": 0,
-        "title": "竖线",
-        "type": "VerticalLineSvg",
-        "typeName": "竖线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 378,
-        "svgPositionY": 803,
-        "height": 100,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "21ab9615-026a-41e9-8b0d-a8e2b1626fab",
-        "sort": 0,
-        "title": "竖线",
-        "type": "VerticalLineSvg",
-        "typeName": "竖线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 982,
-        "svgPositionY": 673,
-        "height": 100,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "cbaa0e69-3a3f-43bb-a5a8-0aab6ce1505b",
-        "sort": 0,
-        "title": "双绕组变压器B",
-        "type": "DoubleWindingSvgB",
-        "typeName": "双绕组变压器B",
-        "svgColor": "#FF0000",
-        "svgPositionX": 982,
-        "svgPositionY": 763,
-        "height": 5,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "5e3d8287-5ae1-473e-9b71-cab39e269ca8",
-        "sort": 0,
-        "title": "竖线",
-        "type": "VerticalLineSvg",
-        "typeName": "竖线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 982,
-        "svgPositionY": 836,
-        "height": 50,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "852fea49-87d1-43b5-8f5d-e1285db5853e",
-        "sort": 0,
-        "title": "横线",
-        "type": "HorizontalLineSvg",
-        "typeName": "横线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 1156,
-        "svgPositionY": 861,
-        "height": 350,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "6456fa14-8b6f-4826-8ad8-027eb25f0442",
-        "sort": 0,
-        "title": "竖线",
-        "type": "VerticalLineSvg",
-        "typeName": "竖线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 1330,
-        "svgPositionY": 743,
-        "height": 240,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "4ad6b37a-e518-4fe8-a0cd-0d714e45eb32",
-        "sort": 0,
-        "title": "表格",
-        "type": "TableSvg",
-        "typeName": "表格",
-        "svgColor": "#CCCC33",
-        "svgPositionX": 1052,
-        "svgPositionY": 649,
-        "tableRowCount": 4,
-        "tableColCount": 2,
-        "angle": 0,
-        "tableData": [
-            {
-                "cols": [
-                    {
-                        "id": "1d2328a7-d968-4de3-84d8-836525ff294d",
-                        "val": "Ia"
-                    },
-                    {
-                        "id": "ff85bc7f-3b69-454f-8cf8-21c9f1903dd6",
-                        "val": 26
-                    }
-                ]
-            },
-            {
-                "cols": [
-                    {
-                        "id": "37d569c4-9d81-49c2-bf36-7e90694c44c9",
-                        "val": "P"
-                    },
-                    {
-                        "id": "f8271273-d07d-4033-8b6c-6b52c04fe3e5",
-                        "val": 28
-                    }
-                ]
-            },
-            {
-                "cols": [
-                    {
-                        "id": "eab70035-4904-420c-8fcd-137d8f761ada",
-                        "val": "Q"
-                    },
-                    {
-                        "id": "dc5931bc-7e8e-47f4-b28e-5bc42fb207da",
-                        "val": 55
-                    }
-                ]
-            },
-            {
-                "cols": [
-                    {
-                        "id": "5cc2166e-9e25-4286-b0e1-b7b5aaf6f14c",
-                        "val": "Cos"
-                    },
-                    {
-                        "id": "560f5404-6539-422f-8fb9-77bac641e72b",
-                        "val": 59
-                    }
-                ]
-            }
-        ]
-    },
-    {
-        "id": "5037914a-1ffa-4589-85c0-a3a32bb029a5",
-        "sort": 0,
-        "title": "横线",
-        "type": "HorizontalLineSvg",
-        "typeName": "横线",
-        "svgColor": "#ffa200",
-        "svgPositionX": 1484,
-        "svgPositionY": 621,
-        "height": 350,
-        "width": 4,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "af52a677-7fe2-47d8-814b-a36e92f0fe53",
-        "sort": 0,
-        "title": "电流互感器y",
-        "type": "TransformerYSvg",
-        "typeName": "电流互感器y",
-        "svgColor": "#FF0000",
-        "svgPositionX": 525,
-        "svgPositionY": 436,
-        "height": 5,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "d4c69c8a-b4af-418c-b4e7-8075887d0c40",
-        "sort": 0,
-        "title": "电流互感器y",
-        "type": "TransformerYSvg",
-        "typeName": "电流互感器y",
-        "svgColor": "#FF0000",
-        "svgPositionX": 515,
-        "svgPositionY": 451,
-        "height": 5,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "44acfdb8-eef5-4e16-95ac-724c26b6cfa0",
-        "sort": 0,
-        "title": "三相互感器开口",
-        "type": "TransformerTriphaseOpen",
-        "typeName": "三相互感器开口",
-        "svgColor": "#FF0000",
-        "svgPositionX": 534,
-        "svgPositionY": 452,
-        "height": 2,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "cbd7ffeb-99b5-4c4e-8d5e-f3a6fa39a788",
-        "sort": 0,
-        "title": "横线",
-        "type": "HorizontalLineSvg",
-        "typeName": "横线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 497,
-        "svgPositionY": 434,
-        "height": 40,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "43143c51-b2e0-4eba-81e2-3c5a9649e76a",
-        "sort": 0,
-        "title": "横线",
-        "type": "HorizontalLineSvg",
-        "typeName": "横线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 491,
-        "svgPositionY": 453,
-        "height": 28,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "b542a270-930b-40e5-8a92-51c0f0a8ddb0",
-        "sort": 0,
-        "title": "竖线",
-        "type": "VerticalLineSvg",
-        "typeName": "竖线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 1509,
-        "svgPositionY": 699,
-        "height": 150,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "aa60a8a0-5314-4aed-9056-8c56eda61396",
-        "sort": 0,
-        "title": "竖线",
-        "type": "VerticalLineSvg",
-        "typeName": "竖线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 1629,
-        "svgPositionY": 699,
-        "height": 150,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "db193759-fa7b-4a24-8e8e-b1d0665eb755",
-        "sort": 0,
-        "title": "电容柜",
-        "type": "GGJSvg",
-        "typeName": "电容柜",
-        "svgColor": "#FF6600",
-        "svgPositionX": 1509,
-        "svgPositionY": 803,
-        "height": 1,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "4bed641e-3bfa-4e8b-9667-58357750138b",
-        "sort": 0,
-        "title": "电容柜",
-        "type": "GGJSvg",
-        "typeName": "电容柜",
-        "svgColor": "#FF6600",
-        "svgPositionX": 1629,
-        "svgPositionY": 803,
-        "height": 1,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "8215090c-7ec0-42a6-8e0e-6c428df6030e",
-        "sort": 0,
-        "title": "竖线",
-        "type": "VerticalLineSvg",
-        "typeName": "竖线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 478,
-        "svgPositionY": 649,
-        "height": 50,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "725e7499-e25b-4c5b-869f-e2ee7d62155c",
-        "sort": 0,
-        "title": "电线开关",
-        "height": 5,
-        "width": 2,
-        "type": "WireBreakOffSvg",
-        "typeName": "电线开关",
-        "svgColor": "#00FF00",
-        "svgPositionX": 478,
-        "svgPositionY": 710,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "angle": 0,
-        "tableData": []
-    },
-    {
-        "id": "490a0abf-892a-4733-9c3e-fc816c11f861",
-        "sort": 0,
-        "title": "竖线",
-        "type": "VerticalLineSvg",
-        "typeName": "竖线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 478,
-        "svgPositionY": 803,
-        "height": 100,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "addbc195-43ae-44f9-8b74-79f884864d5f",
-        "sort": 0,
-        "title": "箭头向下",
-        "type": "ArrowDownSvg",
-        "typeName": "箭头向下",
-        "svgColor": "#FF0000",
-        "svgPositionX": 478,
-        "svgPositionY": 791,
-        "height": 2,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "6fe82700-d5e8-46e7-857a-52d7a614f8b2",
-        "sort": 0,
-        "title": "竖线",
-        "type": "VerticalLineSvg",
-        "typeName": "竖线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 557,
-        "svgPositionY": 649,
-        "height": 50,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "f500f290-99aa-4fec-90ff-6bc2fc1e3f9b",
-        "sort": 0,
-        "title": "竖线",
-        "type": "VerticalLineSvg",
-        "typeName": "竖线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 665,
-        "svgPositionY": 649,
-        "height": 50,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "aeee9b33-e9c8-4016-8719-8649e47abaf7",
-        "sort": 0,
-        "title": "竖线",
-        "type": "VerticalLineSvg",
-        "typeName": "竖线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 746,
-        "svgPositionY": 649,
-        "height": 50,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "acf1abb4-d423-4ebd-88ac-fc9687dd9994",
-        "sort": 0,
-        "title": "竖线",
-        "type": "VerticalLineSvg",
-        "typeName": "竖线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 831,
-        "svgPositionY": 649,
-        "height": 50,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "81fb058b-d73f-4d5e-85f5-08170bf4fe0b",
-        "sort": 0,
-        "title": "电线开关",
-        "height": 5,
-        "width": 2,
-        "type": "WireConnectionSvg",
-        "typeName": "电线开关",
-        "svgColor": "#FF0000",
-        "svgPositionX": 557,
-        "svgPositionY": 710,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "angle": 0,
-        "tableData": []
-    },
-    {
-        "id": "46604207-e02d-4eb6-8551-f9079642171f",
-        "sort": 0,
-        "title": "电线开关",
-        "height": 5,
-        "width": 2,
-        "type": "WireConnectionSvg",
-        "typeName": "电线开关",
-        "svgColor": "#FF0000",
-        "svgPositionX": 665,
-        "svgPositionY": 710,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "angle": 0,
-        "tableData": []
-    },
-    {
-        "id": "86bfa5bd-b4c7-44e2-8c61-9056eaecab04",
-        "sort": 0,
-        "title": "电线开关",
-        "height": 5,
-        "width": 2,
-        "type": "WireBreakOffSvg",
-        "typeName": "电线开关",
-        "svgColor": "#00FF00",
-        "svgPositionX": 746,
-        "svgPositionY": 710,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "angle": 0,
-        "tableData": []
-    },
-    {
-        "id": "e40a5a30-5f6c-4f51-8c9b-6ea4967777de",
-        "sort": 0,
-        "title": "电线开关",
-        "height": 5,
-        "width": 2,
-        "type": "WireConnectionSvg",
-        "typeName": "电线开关",
-        "svgColor": "#FF0000",
-        "svgPositionX": 831,
-        "svgPositionY": 710,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "angle": 0,
-        "tableData": []
-    },
-    {
-        "id": "87ba75fe-1dfc-4a19-84d8-5606d9727083",
-        "sort": 0,
-        "title": "竖线",
-        "type": "VerticalLineSvg",
-        "typeName": "竖线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 557,
-        "svgPositionY": 803,
-        "height": 100,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "e9a7a17d-83e3-484a-882d-12d6b53cd971",
-        "sort": 0,
-        "title": "竖线",
-        "type": "VerticalLineSvg",
-        "typeName": "竖线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 665,
-        "svgPositionY": 803,
-        "height": 100,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "6e027c8a-ef3c-45e4-add3-b5701785b4a2",
-        "sort": 0,
-        "title": "竖线",
-        "type": "VerticalLineSvg",
-        "typeName": "竖线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 746,
-        "svgPositionY": 803,
-        "height": 100,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "790165a3-3d16-4f6d-93e4-a6b07c0d0a96",
-        "sort": 0,
-        "title": "竖线",
-        "type": "VerticalLineSvg",
-        "typeName": "竖线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 831,
-        "svgPositionY": 803,
-        "height": 100,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "84fd81de-00f9-4960-85d1-2bb363d7c06b",
-        "sort": 0,
-        "title": "箭头向下",
-        "type": "ArrowDownSvg",
-        "typeName": "箭头向下",
-        "svgColor": "#FF0000",
-        "svgPositionX": 557,
-        "svgPositionY": 791,
-        "height": 2,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "c0c2be89-91d7-48f2-a71b-cfa6bd07024e",
-        "sort": 0,
-        "title": "箭头向下",
-        "type": "ArrowDownSvg",
-        "typeName": "箭头向下",
-        "svgColor": "#FF0000",
-        "svgPositionX": 665,
-        "svgPositionY": 791,
-        "height": 2,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "8dab7097-5100-4fab-81f5-60007b1f3719",
-        "sort": 0,
-        "title": "箭头向下",
-        "type": "ArrowDownSvg",
-        "typeName": "箭头向下",
-        "svgColor": "#FF0000",
-        "svgPositionX": 746,
-        "svgPositionY": 791,
-        "height": 2,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "df6590fd-f304-4655-93eb-ac18658f25e9",
-        "sort": 0,
-        "title": "箭头向下",
-        "type": "ArrowDownSvg",
-        "typeName": "箭头向下",
-        "svgColor": "#FF0000",
-        "svgPositionX": 829,
-        "svgPositionY": 791,
-        "height": 2,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "4387334a-b5f9-445e-836c-b257cec37211",
-        "sort": 0,
-        "title": "竖线",
-        "type": "VerticalLineSvg",
-        "typeName": "竖线",
-        "svgColor": "#FF0000",
-        "svgPositionX": 234,
-        "svgPositionY": 649,
-        "height": 50,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "c377f802-77ce-45dd-8641-3d98d771b058",
-        "sort": 0,
-        "title": "双绕组变压器",
-        "type": "DoubleWindingSvg",
-        "typeName": "双绕组变压器",
-        "svgColor": "#FF0000",
-        "svgPositionX": 234,
-        "svgPositionY": 722,
-        "height": 5,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "708d0a54-ad6f-422c-aaad-b0390df23021",
-        "sort": 0,
-        "title": "竖线",
-        "type": "VerticalLineSvg",
-        "typeName": "竖线",
-        "svgColor": "#ff9500",
-        "svgPositionX": 234,
-        "svgPositionY": 819,
-        "height": 100,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "9ab1206d-92bf-4cdb-9029-97f2727a1abf",
-        "sort": 0,
-        "title": "横线",
-        "type": "HorizontalLineSvg",
-        "typeName": "横线",
-        "svgColor": "#ff8800",
-        "svgPositionX": 257,
-        "svgPositionY": 867,
-        "height": 49,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "4633ebc2-6b5a-4b80-9b34-179e06253c13",
-        "sort": 0,
-        "title": "竖线",
-        "type": "VerticalLineSvg",
-        "typeName": "竖线",
-        "svgColor": "#ff8800",
-        "svgPositionX": 280,
-        "svgPositionY": 819,
-        "height": 100,
-        "width": 2,
-        "fontSize": 0,
-        "svgText": "",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "b6a1cf27-215e-49d8-a8b8-421b3acd09e3",
-        "sort": 0,
-        "title": "文字",
-        "type": "TextSvg",
-        "typeName": "文字",
-        "svgColor": "#ffbb00",
-        "svgPositionX": 329,
-        "svgPositionY": 532,
-        "height": 0,
-        "fontSize": 15,
-        "svgText": "进线柜",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "0f8a1ac5-8966-4b4c-888f-10c08d00594b",
-        "sort": 0,
-        "title": "文字",
-        "type": "TextSvg",
-        "typeName": "文字",
-        "svgColor": "#ffbb00",
-        "svgPositionX": 515,
-        "svgPositionY": 495,
-        "height": 0,
-        "fontSize": 15,
-        "svgText": "PT柜",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "e9211a64-b1ea-4346-a453-ac9434b94adc",
-        "sort": 0,
-        "title": "文字",
-        "type": "TextSvg",
-        "typeName": "文字",
-        "svgColor": "#ffbb00",
-        "svgPositionX": 1030,
-        "svgPositionY": 486,
-        "height": 0,
-        "fontSize": 15,
-        "svgText": "高压进线柜",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "f3827465-f643-4f58-ba22-2370b403e09c",
-        "sort": 0,
-        "title": "文字",
-        "type": "TextSvg",
-        "typeName": "文字",
-        "svgColor": "#ffbb00",
-        "svgPositionX": 1382,
-        "svgPositionY": 316,
-        "height": 0,
-        "fontSize": 15,
-        "svgText": "变压器",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "5527f065-ad27-43d8-8e34-9789bb2523eb",
-        "sort": 0,
-        "title": "文字",
-        "type": "TextSvg",
-        "typeName": "文字",
-        "svgColor": "#ffbb00",
-        "svgPositionX": 1583,
-        "svgPositionY": 499,
-        "height": 1,
-        "fontSize": 15,
-        "svgText": "电容柜",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "ae066c0c-2152-4ab9-be1b-db7fb7f46015",
-        "sort": 0,
-        "title": "文字",
-        "type": "TextSvg",
-        "typeName": "文字",
-        "svgColor": "#ffbb00",
-        "svgPositionX": 1643,
-        "svgPositionY": 316,
-        "height": 0,
-        "fontSize": 15,
-        "svgText": "发电机",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "144169d3-7d21-4f87-8548-8b6d88978038",
-        "sort": 0,
-        "title": "文字",
-        "type": "TextSvg",
-        "typeName": "文字",
-        "svgColor": "#ffbb00",
-        "svgPositionX": 292,
-        "svgPositionY": 584,
-        "height": 0,
-        "fontSize": 15,
-        "svgText": "T1-1",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "34b827e4-bdbc-448d-9151-d33ceb67a34b",
-        "sort": 0,
-        "title": "文字",
-        "type": "TextSvg",
-        "typeName": "文字",
-        "svgColor": "#ffbb00",
-        "svgPositionX": 394,
-        "svgPositionY": 584,
-        "height": 0,
-        "fontSize": 15,
-        "svgText": "T1-2",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "8571bb9e-5ff6-48a0-867f-b4bfb39292e1",
-        "sort": 0,
-        "title": "文字",
-        "type": "TextSvg",
-        "typeName": "文字",
-        "svgColor": "#ffbb00",
-        "svgPositionX": 497,
-        "svgPositionY": 584,
-        "height": 0,
-        "fontSize": 15,
-        "svgText": "T1-3",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "b969b47a-be37-4170-82a5-6dafa5bcc540",
-        "sort": 0,
-        "title": "文字",
-        "type": "TextSvg",
-        "typeName": "文字",
-        "svgColor": "#ffbb00",
-        "svgPositionX": 572,
-        "svgPositionY": 584,
-        "height": 0,
-        "fontSize": 15,
-        "svgText": "T1-4",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "6f94b6c2-3f0f-49b1-868a-8aaff2e4ceef",
-        "sort": 0,
-        "title": "文字",
-        "type": "TextSvg",
-        "typeName": "文字",
-        "svgColor": "#ffbb00",
-        "svgPositionX": 679,
-        "svgPositionY": 584,
-        "height": 0,
-        "fontSize": 15,
-        "svgText": "T1-5",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "58d28c52-378a-4aad-93b0-c6a502a1a62c",
-        "sort": 0,
-        "title": "文字",
-        "type": "TextSvg",
-        "typeName": "文字",
-        "svgColor": "#ffbb00",
-        "svgPositionX": 755,
-        "svgPositionY": 584,
-        "height": 0,
-        "fontSize": 15,
-        "svgText": "T1-6",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "365341e5-671c-4ceb-8b3b-3341025b8a26",
-        "sort": 0,
-        "title": "文字",
-        "type": "TextSvg",
-        "typeName": "文字",
-        "svgColor": "#ffbb00",
-        "svgPositionX": 848,
-        "svgPositionY": 584,
-        "height": 0,
-        "fontSize": 15,
-        "svgText": "T1-7",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "611705c5-099e-4eb3-8023-15bdd4a86883",
-        "sort": 0,
-        "title": "文字",
-        "type": "TextSvg",
-        "typeName": "文字",
-        "svgColor": "#ffbb00",
-        "svgPositionX": 378,
-        "svgPositionY": 861,
-        "height": 0,
-        "fontSize": 15,
-        "svgText": "宿舍楼",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "fef409b6-2bbd-450c-822e-4ce112bbaaac",
-        "sort": 0,
-        "title": "文字",
-        "type": "TextSvg",
-        "typeName": "文字",
-        "svgColor": "#ffbb00",
-        "svgPositionX": 478,
-        "svgPositionY": 861,
-        "height": 0,
-        "fontSize": 15,
-        "svgText": "大厦",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "341efcbb-e66a-4e4b-bd33-c76af6f67d0d",
-        "sort": 0,
-        "title": "文字",
-        "type": "TextSvg",
-        "typeName": "文字",
-        "svgColor": "#ffbb00",
-        "svgPositionX": 557,
-        "svgPositionY": 861,
-        "height": 0,
-        "fontSize": 15,
-        "svgText": "小区",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "f22065c8-3b76-437d-9ec0-d46674d1c789",
-        "sort": 0,
-        "title": "文字",
-        "type": "TextSvg",
-        "typeName": "文字",
-        "svgColor": "#ffbb00",
-        "svgPositionX": 665,
-        "svgPositionY": 861,
-        "height": 0,
-        "fontSize": 15,
-        "svgText": "车库",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "f366a25a-02ce-43c9-8e30-1b59d12bd106",
-        "sort": 0,
-        "title": "文字",
-        "type": "TextSvg",
-        "typeName": "文字",
-        "svgColor": "#ffbb00",
-        "svgPositionX": 755,
-        "svgPositionY": 861,
-        "height": 0,
-        "fontSize": 15,
-        "svgText": "门卫",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "0909f6cb-17d6-4026-83d9-7a7ea1c865b9",
-        "sort": 0,
-        "title": "文字",
-        "type": "TextSvg",
-        "typeName": "文字",
-        "svgColor": "#ffbb00",
-        "svgPositionX": 829,
-        "svgPositionY": 861,
-        "height": 0,
-        "fontSize": 15,
-        "svgText": "备用",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "1f255dbf-6cd5-420b-8278-cdad8b2f7b7d",
-        "sort": 0,
-        "title": "文字",
-        "type": "TextSvg",
-        "typeName": "文字",
-        "svgColor": "#ffbb00",
-        "svgPositionX": 916,
-        "svgPositionY": 763,
-        "height": 0,
-        "fontSize": 15,
-        "svgText": "变压器",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "ffd65e05-2f45-4f7e-af53-78b117afcc12",
-        "sort": 0,
-        "title": "文字",
-        "type": "TextSvg",
-        "typeName": "文字",
-        "svgColor": "#ffbb00",
-        "svgPositionX": 1509,
-        "svgPositionY": 819,
-        "height": 1,
-        "fontSize": 15,
-        "svgText": "电容柜",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    },
-    {
-        "id": "100f324e-cacb-4dd5-a98f-aad775fbdb02",
-        "sort": 0,
-        "title": "文字",
-        "type": "TextSvg",
-        "typeName": "文字",
-        "svgColor": "#ffbb00",
-        "svgPositionX": 1629,
-        "svgPositionY": 819,
-        "height": 1,
-        "fontSize": 15,
-        "svgText": "电容柜",
-        "angle": 0,
-        "tableRowCount": 2,
-        "tableColCount": 2,
-        "tableData": []
-    }
-]

BIN
test/AlternatorSvg.png


BIN
test/ArrowDownSvg.png


BIN
test/ArrowUpSvg.png


BIN
test/CircuitBreakerSvg.png


BIN
test/DoubleWindingSvg.png


BIN
test/DoubleWindingSvgB.png


BIN
test/GGJ.png


BIN
test/GroundGraySvg.png


BIN
test/HorizontalLineSvg.png


+ 0 - 324
test/InterfaceReturn.json

@@ -1,324 +0,0 @@
-[
-  {
-    "type": "CircuitBreakerSvg",
-    "title": "断路器",
-    "template": "<rect x='-10' y='-20' width='20' height='40' :fill='svg_color' :stroke='svg_color' stroke-width='2' data-v-d903d4f8=''></rect>",
-    "props": [
-      "svg_color"
-    ],
-    "default_color": "#00FF00",
-    "fontSize": 1,
-    "height": 40,
-    "svgText": "",
-    "priview_img": "/CircuitBreakerSvg.png"
-  },
-  {
-    "type": "VerticalLineSvg",
-    "title": "竖线",
-    "template": "<line x1='0' y1='-25' x2='0' y2='25' fill='none' :stroke='svg_color' stroke-width='2' data-v-d903d4f8=''></line>",
-    "props": [
-      "svg_color"
-    ],
-    "default_color": "#FF0000",
-    "fontSize": 1,
-    "height": 150,
-    "svgText": "",
-    "priview_img": "/VerticalLineSvg.png"
-  },
-  {
-    "type": "TextSvg",
-    "title": "文字",
-    "template": "<text  x='-50' y='25' font-size='50' :fill='svg_color' data-v-d903d4f8=''></text>",
-    "props": [
-      "svg_color"
-    ],
-    "default_color": "#FF0000",
-    "fontSize": 50,
-    "height": 1,
-    "svgText": "文字",
-    "priview_img": "/TextSvg.png"
-  },
-  {
-    "type": "IsolatingSwitchSvg",
-    "title": "隔离开关",
-    "template": "<line x1='0' y1='-20' x2='0' y2='0' fill='none' :stroke='svg_color' stroke-width='2'></line><line x1='-10' y1='0' x2='6.666666666666667' y2='0' fill='none' :stroke='svg_color' stroke-width='2'></line><line x1='0' y1='20' x2='-10' y2='5' fill='none' :stroke='svg_color' stroke-width='2'></line><line x1='0' y1='40' x2='0' y2='20' fill='none' :stroke='svg_color' stroke-width='2'></line>",
-    "props": [
-      "svg_color"
-    ],
-    "default_color": "#00FF00",
-    "fontSize": 1,
-    "height": 20,
-    "svgText": "",
-    "priview_img": "/IsolatingSwitchSvg.png"
-  },
-  {
-    "type": "LightningArresterSvg",
-    "title": "避雷器",
-    "template": "<rect x='-7' y='-14' width='15' height='35' fill='none' :stroke='svg_color' stroke-width='2'></rect><line x1='0' y1='-21' x2='0' y2='0' fill='none' :stroke='svg_color' stroke-width='2'></line><line x1='0' y1='21' x2='0' y2='28' fill='none' :stroke='svg_color' stroke-width='2'></line><polyline points='-1,-7 0,0 1,-7' fill='none' :stroke='svg_color' stroke-width='2'></polyline>",
-    "props": [
-      "svg_color"
-    ],
-    "default_color": "#FF0000",
-    "fontSize": 1,
-    "height": 7,
-    "svgText": "",
-    "priview_img": "/LightningArresterSvg.png"
-  },
-  {
-    "type": "StandardCapacitorSvg",
-    "title": "标准电容器",
-    "template": "<line x1='0' y1='-12' x2='0' y2='-3' fill='none' :stroke='svg_color' stroke-width='2'></line><line x1='-9' y1='-3' x2='9' y2='-3' fill='none' :stroke='svg_color' stroke-width='2'></line><line x1='-9' y1='3' x2='9' y2='3' fill='none' :stroke='svg_color' stroke-width='2'></line><line x1='0' y1='12' x2='0' y2='3' fill='none' :stroke='svg_color' stroke-width='2'></line>",
-    "props": [
-      "svg_color"
-    ],
-    "default_color": "#FF0000",
-    "fontSize": 1,
-    "height": 3,
-    "svgText": "",
-    "priview_img": "/StandardCapacitorSvg.png"
-  },
-  {
-    "type": "WireBreakOffSvg",
-    "title": "电线开关",
-    "template": "<line x1='0' y1='-40' x2='0' y2='-15' fill='none' stroke='#FF0000' stroke-width='2'></line><line x1='0' y1='15' x2='-10' y2='-15' fill='none' :stroke='svg_color' stroke-width='2'></line><line x1='0' y1='45' x2='0' y2='15' fill='none' :stroke='svg_color' stroke-width='2'></line>",
-    "props": [
-      "svg_color"
-    ],
-    "default_color": "#00FF00",
-    "fontSize": 1,
-    "height": 5,
-    "svgText": "",
-    "priview_img": "/WireBreakOffSvg.png"
-  },
-  {
-    "type": "WireConnectionSvg",
-    "title": "电线开关",
-    "template": "<line x1='0' y1='-40' x2='0' y2='-15' fill='none' :stroke='svg_color' stroke-width='2'></line><line x1='0' y1='15' x2='0' y2='-15' fill='none' :stroke='svg_color' stroke-width='2'></line><line x1='0' y1='45' x2='0' y2='15' fill='none' :stroke='svg_color' stroke-width='2'></line>",
-    "props": [
-      "svg_color"
-    ],
-    "default_color": "#FF0000",
-    "fontSize": 1,
-    "height": 5,
-    "svgText": "",
-    "priview_img": "/WireBreakOffSvg.png"
-  },
-  {
-    "type": "TableSvg",
-    "title": "表格",
-    "template": "<foreignObject x='0' y='0' ></foreignObject>",
-    "props": [
-      "svg_color"
-    ],
-    "default_color": "#CCCC33",
-    "fontSize": 1,
-    "height": 0,
-    "svgText": "",
-    "priview_img": "/TableSvg.png"
-  },
-  {
-    "type": "HorizontalLineSvg",
-    "title": "横线",
-    "template": "<line x1='-75' y1='0' x2='75' y2='0' fill='none' :stroke='svg_color' stroke-width='2' data-v-d903d4f8=''></line>",
-    "props": [
-      "svg_color"
-    ],
-    "default_color": "#FF0000",
-    "fontSize": 1,
-    "height": 150,
-    "svgText": "",
-    "priview_img": "/HorizontalLineSvg.png"
-  },
-  {
-    "type": "PolylineUpSvg",
-    "title": "多段向上折线",
-    "template": "<polyline points='0,7 13,-7 26,7' fill='none' :stroke='svg_color' stroke-width='2' transform='translate(-13,0)'></polyline><polyline points='0,7 13,-7 26,7' fill='none' :stroke='svg_color' stroke-width='2' transform='translate(-13,8)'></polyline>",
-    "props": [
-      "svg_color"
-    ],
-    "default_color": "#FF0000",
-    "fontSize": 1,
-    "height": 7,
-    "svgText": "",
-    "priview_img": "/PolylineUpSvg.png"
-  },
-  {
-    "type": "PolylineDownSvg",
-    "title": "多段向下折线",
-    "template": "<polyline points='0,7 13,22 26,7' fill='none' stroke='#FF0000' stroke-width='2' transform='translate(-13,0)'></polyline><polyline points='0,7 13,22 26,7' fill='none' stroke='#FF0000' stroke-width='2' transform='translate(-13,8)'></polyline>",
-    "props": [
-      "svg_color"
-    ],
-    "default_color": "#FF0000",
-    "fontSize": 1,
-    "height": 7,
-    "svgText": "",
-    "priview_img": "/PolylineDownSvg.png"
-  },
-  {
-    "type": "ArrowDownSvg",
-    "title": "箭头向下",
-    "template": "<polygon  points='0,-8 5,0 10,-8' :fill='svg_color' :stroke='svg_color' stroke-width='2' transform='translate(-5,0)'></polygon>",
-    "props": [
-      "svg_color"
-    ],
-    "default_color": "#FF0000",
-    "fontSize": 1,
-    "height": 2,
-    "svgText": "",
-    "priview_img": "/ArrowDownSvg.png"
-  },
-  {
-    "type": "ArrowUpSvg",
-    "title": "箭头向上",
-    "template": "<polygon  points='0,8 5,0 10,8' :fill='svg_color' :stroke='svg_color' stroke-width='2' transform='translate(-5,0)'></polygon>",
-    "props": [
-      "svg_color"
-    ],
-    "default_color": "#FF0000",
-    "fontSize": 1,
-    "height": 2,
-    "svgText": "",
-    "priview_img": "/ArrowUpSvg.png"
-  },
-  {
-    "type": "GroundGraySvg",
-    "title": "接地灰白",
-    "template": "<line x1='9' y1='9' x2='9' y2='0' fill='none' :stroke='svg_color' stroke-width='2' transform='translate(-9,-6)'></line><line x1='0' y1='9' x2='18' y2='9' fill='none' :stroke='svg_color' stroke-width='2' transform='translate(-9,-6)'></line><line x1='3' y1='15' x2='15' y2='15' fill='none' :stroke='svg_color' stroke-width='2' transform='translate(-9,-6)'></line><line x1='6' y1='21' x2='12' y2='21' fill='none' :stroke='svg_color' stroke-width='2' transform='translate(-9,-6)'></line>",
-    "props": [
-      "svg_color"
-    ],
-    "default_color": "#CCCCCC",
-    "fontSize": 1,
-    "height": 3,
-    "svgText": "",
-    "priview_img": "/GroundGraySvg.png"
-  },
-  {
-    "type": "SignalLamp",
-    "title": "信号灯",
-    "template": "<ellipse cx='7' cy='22' rx='12' ry='12' fill='none' :stroke='svg_color' stroke-width='2' transform='translate(-7,-22)'></ellipse><line x1='0' y1='30' x2='15' y2='15' fill='none' :stroke='svg_color' stroke-width='2' transform='translate(-7,-22)'></line><line x1='15' y1='30' x2='0' y2='15' fill='none' :stroke='svg_color' stroke-width='2' transform='translate(-7,-22)'></line>",
-    "props": [
-      "svg_color"
-    ],
-    "default_color": "#FF0000",
-    "fontSize": 1,
-    "height": 3,
-    "svgText": "",
-    "priview_img": "/SignalLamp.png"
-  },
-  {
-    "type": "RectSvg",
-    "title": "长方形",
-    "template": "<rect x='-5' y='-15' width='10' height='30' fill='none' :stroke='svg_color' stroke-width='2' stroke-linecap='round' data-v-d903d4f8=''></rect>",
-    "props": [
-      "svg_color"
-    ],
-    "height": 30,
-    "default_color": "#FF0000",
-    "priview_img": "/RectSvg.png"
-  },
-  {
-    "type": "TwoCircleSvg",
-    "title": "双圆",
-    "template": "<ellipse cx='0' cy='-4.5' rx='6' ry='6' fill='none' :stroke='svg_color' stroke-width='2'></ellipse><ellipse cx='0' cy='4.5' rx='6' ry='6' fill='none' :stroke='svg_color' stroke-width='2'></ellipse>",
-    "props": [
-      "svg_color"
-    ],
-    "default_color": "#FF0000",
-    "fontSize": 1,
-    "height": 3,
-    "svgText": "",
-    "priview_img": "/TwoCircleSvg.png"
-  },
-  {
-    "type": "TransformerYSvg",
-    "title": "电流互感器y",
-    "template": "<ellipse cx='0' cy='0' rx='10' ry='10' fill='none' :stroke='svg_color' stroke-width='2'></ellipse><line x1='5' y1='-5' x2='0' y2='0' fill='none' :stroke='svg_color' stroke-width='2'></line><line x1='-5' y1='-5' x2='0' y2='0' fill='none' :stroke='svg_color' stroke-width='2'></line><line x1='0' y1='0' x2='0' y2='5' fill='none' :stroke='svg_color' stroke-width='2'></line>",
-    "props": [
-      "svg_color"
-    ],
-    "default_color": "#FF0000",
-    "fontSize": 1,
-    "height": 5,
-    "svgText": "",
-    "priview_img": "/TransformerY.png"
-  },
-  {
-    "type": "TransformerTriphaseOpen",
-    "title": "三相互感器开口",
-    "template": "<ellipse cx='0' cy='0' rx='10' ry='10' fill='none' :stroke='svg_color' stroke-width='2'></ellipse><line x1='-2' y1='-6' x2='-2' y2='6' fill='none' :stroke='svg_color' stroke-width='2'></line><line x1='-2' y1='-6' x2='4' y2='0' fill='none' :stroke='svg_color' stroke-width='2'></line><line x1='4' y1='2' x2='-2' y2='6' fill='none' :stroke='svg_color' stroke-width='2'></line>",
-    "props": [
-      "svg_color"
-    ],
-    "default_color": "#FF0000",
-    "fontSize": 1,
-    "height": 2,
-    "svgText": "",
-    "priview_img": "/TransformerTriphaseOpen.png"
-  },
-  {
-    "type": "DoubleWindingSvg",
-    "title": "双绕组变压器",
-    "template": "<ellipse cx='0' cy='-20' rx='25' ry='25' fill='none' :stroke='svg_color' stroke-width='2'></ellipse><ellipse cx='0' cy='20' rx='25' ry='25' fill='none' :stroke='svg_color' stroke-width='2'></ellipse><polygon points='10,-30 0,-10 -10,-30' fill='none' :stroke='svg_color' stroke-width='2'></polygon><line x1='0' y1='20' x2='0' y2='35' fill='none' :stroke='svg_color' stroke-width='2'></line><line x1='0' y1='20' x2='-10' y2='10' fill='none' :stroke='svg_color' stroke-width='2'></line><line x1='0' y1='20' x2='10' y2='10' fill='none' :stroke='svg_color' stroke-width='2'></line>",
-    "props": [
-      "svg_color"
-    ],
-    "default_color": "#FF0000",
-    "fontSize": 1,
-    "height": 5,
-    "svgText": "",
-    "priview_img": "/DoubleWindingSvg.png"
-  },
-  {
-    "type": "DoubleWindingSvgB",
-    "title": "双绕组变压器B",
-    "template": "<ellipse cx='0' cy='-20' rx='25' ry='25' fill='none' :stroke='svg_color' stroke-width='2'></ellipse><ellipse cx='0' cy='20' rx='25' ry='25' fill='none' :stroke='svg_color' stroke-width='2'></ellipse><polygon points='10,30 0,10-10,30' fill='none' :stroke='svg_color' stroke-width='2'></polygon><line x1='0' y1='-20' x2='0' y2='-35' fill='none' :stroke='svg_color' stroke-width='2'></line><line x1='0' y1='-20' x2='10' y2='-10' fill='none' :stroke='svg_color' stroke-width='2'></line><line x1='0' y1='-20' x2='-10' y2='-10' fill='none' :stroke='svg_color' stroke-width='2'></line>",
-    "props": [
-      "svg_color"
-    ],
-    "default_color": "#FF0000",
-    "fontSize": 1,
-    "height": 5,
-    "svgText": "",
-    "priview_img": "/DoubleWindingSvgB.png"
-  },
-  {
-    "type": "GGJSvg",
-    "title": "电容柜",
-    "template": "<line x1='0.5' y1='-25' x2='-9.5' y2='-13' fill='none' :stroke='svg_color' stroke-width='2'></line><line x1='-0.5' y1='-26' x2='9.5' y2='-13' fill='none' :stroke='svg_color' stroke-width='2'></line><line x1='-12' y1='-17' x2='-6' y2='-8' fill='none' :stroke='svg_color' stroke-width='2'></line><line x1='-15' y1='-12' x2='-11' y2='-3' fill='none' :stroke='svg_color' stroke-width='2'></line><polyline points='-13,-8 -22,3 -22,5' fill='none' :stroke='svg_color' stroke-width='2'></polyline><line x1='-21' y1='4' x2='-4' y2='4' fill='none' :stroke='svg_color' stroke-width='2'></line><line x1='-5' y1='-2' x2='-5' y2='11' fill='none' :stroke='svg_color' stroke-width='2'></line><line x1='3' y1='-2' x2='3' y2='11' fill='none' :stroke='svg_color' stroke-width='2'></line><line x1='4' y1='4' x2='21' y2='4' fill='none' :stroke='svg_color' stroke-width='2'></line><polyline points='13,-8 22,3 22,5' fill='none' :stroke='svg_color' stroke-width='2'></polyline><line x1='14' y1='-12' x2='8' y2='-3' fill='none' :stroke='svg_color' stroke-width='2'></line><line x1='12' y1='-17' x2='6' y2='-8' fill='none' :stroke='svg_color' stroke-width='2'></line>",
-    "props": [
-      "svg_color"
-    ],
-    "default_color": "#FF6600",
-    "fontSize": 1,
-    "height": 1,
-    "svgText": "",
-    "priview_img": "/GGJ.png"
-  },
-  {
-    "type": "StandardReactance",
-    "title": "标准电抗",
-    "template": "<path d='M18,63 V36 H33 C33,42 27,51 18,51 9,51 3,42 3,36 3,27 9,21 18,21 V6 V21' fill='none' :stroke='svg_color' stroke-width='2' transform='translate(-18,-36) scale(1)' data-v-d903d4f8=''></path>",
-    "props": [
-      "svg_color"
-    ],
-    "default_color": "#CCCC00",
-    "fontSize": 1,
-    "height": 3,
-    "svgText": "",
-    "priview_img": "/StandardReactance.png"
-  },
-  {
-    "type": "AlternatorSvg",
-    "title": "发电机",
-    "template": "<ellipse id='c1' cx='50' cy='50' rx='35' ry='35' fill='none' :stroke='svg_color' stroke-width='2' :transform=\"'translate('+(-(height*10))+','+(-(height*10))+')scale('+height*0.2+')'\"></ellipse><path id='l1' d='M30,50 C30,44 34,40 40,40 46,40 50,44 50,50 M50,50 C50,56 54,60 60,60 66,60 70,56 70,50 ' fill='none' :stroke='svg_color' stroke-width='2' :transform=\"'translate('+(-(height*10))+','+(-(height*10))+')scale('+height*0.2+')'\"></path>",
-    "props": [
-      "svg_color",
-      "height"
-    ],
-    "default_color": "#FF0000",
-    "height": 5,
-    "priview_img": "/AlternatorSvg.png"
-  }
-]

BIN
test/IsolatingSwitchSvg.png


BIN
test/LightningArresterSvg.png


BIN
test/PolylineDownSvg.png


BIN
test/PolylineUpSvg.png


BIN
test/RectSvg.png


BIN
test/SignalLamp.png


BIN
test/SmartTerminalSvg.png


BIN
test/StandardCapacitorSvg.png


BIN
test/StandardReactance.png


BIN
test/TableSvg.png


BIN
test/TextSvg.png


BIN
test/TransformerTriphaseOpen.png


BIN
test/TransformerY.png


BIN
test/TwoCircleSvg.png


BIN
test/VerticalLineSvg.png


BIN
test/WireBreakOffSvg.png


BIN
test/favicon.ico


BIN
test/favicon1.ico


BIN
test/favicon2.ico


BIN
test/fonts/element-icons.abe71f7d.ttf


BIN
test/fonts/element-icons.d9491be2.woff


BIN
test/fonts/impact.f1290202.ttf


BIN
test/img/back_from.a7433d56.png


BIN
test/img/bg-blue.ba98dadb.png


BIN
test/img/bg-orange.1d9b56b1.png


BIN
test/img/bg-yellow.3bee5661.png


BIN
test/img/bg.32711954.png


BIN
test/img/head_bg.2ece9e04.png


ファイルの差分が大きいため隠しています
+ 0 - 22
test/img/iconfont.ac70c85f.svg


BIN
test/img/map-sec-bg.8d0cdc96.png


BIN
test/img/modal-bg.d27fcef4.png


BIN
test/img/site-img.024fa228.png


+ 0 - 25
test/index.html

@@ -1,25 +0,0 @@
-<!DOCTYPE html>
-<html lang="">
-
-<head>
-    <meta charset="utf-8">
-    <meta http-equiv="X-UA-Compatible" content="IE=edge">
-    <meta name="viewport" content="width=device-width,initial-scale=1.0">
-    <link rel="icon" href="favicon.ico">
-    <script type="text/javascript" src="https://webapi.amap.com/maps?v=1.4.15&key=8e266e1ac2ad2383c7773ff504ac248f"></script>
-    <script src="//webapi.amap.com/ui/1.1/main.js?v=1.1.1"></script>
-    <title>
-        vue-webtopo-svgeditor
-    </title>
-
-<link href="js/app.js" rel="preload" as="script"></head>
-
-<body>
-    <noscript>
-      <strong>We're sorry but vue-webtopo-svgeditor doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
-    </noscript>
-    <div id="app"></div>
-    <script src="./static/config.js"></script>
-<script type="text/javascript" src="js/app.js"></script></body>
-
-</html>

ファイルの差分が大きいため隠しています
+ 0 - 96
test/js/app.js


BIN
test/logo.png


+ 0 - 23
test/static/config.js

@@ -1,23 +0,0 @@
-// api 请求路径
-var PLATFROM_CONFIG = {};
-// PLATFROM_CONFIG.baseUrl = "http://172.16.120.155:8010/" //杨强本地
-// PLATFROM_CONFIG.baseUrl = "http://172.16.1.196:8010/"  //超博本地
-PLATFROM_CONFIG.baseUrl = "http://124.71.174.104:80/api" //线上
-PLATFROM_CONFIG.fileUrl = "http://124.71.174.104/file/" //xlsx文件访问路径
-
-
-// 当前站点 siteId 信息存储
-// var PLATFROM_SITEID = {};
-// PLATFROM_SITEID.id = 0;
-
-
-//alarming WEBSOCKET
-// let userInfo = window.localStorage.getItem("key");
-// var PLATFROM_WEBSOCKET = {};
-// PLATFROM_WEBSOCKET.wsUrl = `ws://172.16.120.246:8081/uskyWS?${userInfo}`
-
-
-//iframe 请求路径
-//http://www.thingjs.com/s/ef7ee6a73896c01bda77e679?params=105b0f77fd24654d4eebc434e9 初始路径http://172.16.120.246:9000/
-// var PLATFROM_IFRAME = {};
-// PLATFROM_IFRAME.iframeUrl = `http://www.thingjs.com/s/ef7ee6a73896c01bda77e679?params=105b0f77fd24654d4eebc434e9`

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません