matrix_components 2.0.331 → 2.0.332

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.
@@ -76945,9 +76945,12 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
76945
76945
  }
76946
76946
  }
76947
76947
  async function getFilePathByIds(id) {
76948
+ console.log("----a----", id);
76948
76949
  if (props.apiUrl.method === "get") {
76950
+ console.log("----a1----", props.apiUrl.url, { ...props.apiUrl.params, paramkey: id });
76949
76951
  return await get(props.apiUrl.url, { ...props.apiUrl.params, paramkey: id });
76950
76952
  } else if (props.apiUrl.method === "post") {
76953
+ console.log("----a2----", props.apiUrl.url, { ...props.apiUrl.params, paramkey: id });
76951
76954
  return await post(props.apiUrl.url, { ...props.apiUrl.params, paramkey: id });
76952
76955
  }
76953
76956
  }
@@ -76992,7 +76995,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
76992
76995
  };
76993
76996
  }
76994
76997
  });
76995
- const NsImage = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-96c15c8f"]]);
76998
+ const NsImage = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-b59be7d4"]]);
76996
76999
  NsImage.install = (app2) => {
76997
77000
  app2.component(NsImage.name, NsImage);
76998
77001
  };