sctj-components 1.0.31 → 1.0.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5136,8 +5136,8 @@ const _sfc_main$4 = {
5136
5136
  }
5137
5137
  };
5138
5138
  const SCTJMapViewer = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-23f6e80a"]]);
5139
- const index_vue_vue_type_style_index_0_scoped_eb19a035_lang = "";
5140
- const _withScopeId$1 = (n) => (pushScopeId("data-v-eb19a035"), n = n(), popScopeId(), n);
5139
+ const index_vue_vue_type_style_index_0_scoped_761d2ab4_lang = "";
5140
+ const _withScopeId$1 = (n) => (pushScopeId("data-v-761d2ab4"), n = n(), popScopeId(), n);
5141
5141
  const _hoisted_1$1 = {
5142
5142
  key: 0,
5143
5143
  class: "btn-container"
@@ -5649,6 +5649,7 @@ const _sfc_main$3 = {
5649
5649
  localMarkers.value.push({ obj: markerObj, position: marker, type: "marker" });
5650
5650
  });
5651
5651
  realPolylines.value.forEach((polyline) => {
5652
+ console.log("polyline", polyline);
5652
5653
  const path = polyline.map((point) => {
5653
5654
  const [lng, lat] = point.split(",").map(Number);
5654
5655
  return new AMap2.LngLat(lng, lat);
@@ -5663,6 +5664,7 @@ const _sfc_main$3 = {
5663
5664
  localPolylines.value.push({ obj: polylineObj, path: polyline, type: "polyline" });
5664
5665
  });
5665
5666
  realPolygons.value.forEach((polygon) => {
5667
+ console.log("polygon", polygon);
5666
5668
  const path = polygon.map((point) => {
5667
5669
  const [lng, lat] = point.split(",").map(Number);
5668
5670
  return new AMap2.LngLat(lng, lat);
@@ -6728,7 +6730,7 @@ const _sfc_main$3 = {
6728
6730
  };
6729
6731
  }
6730
6732
  };
6731
- const SCTJMapDrawingDialog = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__scopeId", "data-v-eb19a035"]]);
6733
+ const SCTJMapDrawingDialog = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__scopeId", "data-v-761d2ab4"]]);
6732
6734
  const index_vue_vue_type_style_index_0_scoped_d0bea808_lang = "";
6733
6735
  const _withScopeId = (n) => (pushScopeId("data-v-d0bea808"), n = n(), popScopeId(), n);
6734
6736
  const _hoisted_1 = {