@kp-ui/lowcode 1.0.84 → 1.0.85

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kp-ui/lowcode",
3
- "version": "1.0.84",
3
+ "version": "1.0.85",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -92,7 +92,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
92
92
  _: 1
93
93
  }, 8, ["designer", "field", "rules", "design-state", "parent-widget", "parent-list", "index-of-parent-list", "sub-form-row-index", "sub-form-col-index", "sub-form-row-id"])) : createCommentVNode("", true);
94
94
  }
95
- const fileUploadWidget = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-8648d629"]]);
95
+ const fileUploadWidget = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-baef62a7"]]);
96
96
  export {
97
97
  fileUploadWidget as default
98
98
  };
@@ -7,6 +7,7 @@ import SvgIcon from "../../../svg-icon/index.vue.js";
7
7
  import { useFilesystemApi } from "../../../../api/useFilesystemApi/filesystem/index.js";
8
8
  import { PaperClipOutlined } from "@ant-design/icons-vue";
9
9
  import { getUserInfo } from "@kp-ui/tool";
10
+ import queryString from "query-string";
10
11
  const filesystemApi = useFilesystemApi();
11
12
  const _sfc_main = {
12
13
  name: "file-upload-widget",
@@ -147,7 +148,7 @@ const _sfc_main = {
147
148
  tenantId,
148
149
  employeeId
149
150
  } = getUserInfo();
150
- const doMain = getDoMain();
151
+ const doMain = window.location.origin;
151
152
  const obj = {
152
153
  tenantId,
153
154
  tokenId,