@luck-design-biz/luckda 1.0.2-18 → 1.0.2-19

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.
@@ -9,7 +9,8 @@ export var fetchContent = /*#__PURE__*/function () {
9
9
  while (1) switch (_context.prev = _context.next) {
10
10
  case 0:
11
11
  return _context.abrupt("return", request("".concat(api.API_HOST, "/").concat(dmCode, "/ui/builder/complex/noAuthFetchContent?").concat(stringify(get)), {
12
- data: post
12
+ method: 'POST',
13
+ body: post
13
14
  }));
14
15
  case 1:
15
16
  case "end":
@@ -16,7 +16,8 @@ var fetchContent = exports.fetchContent = /*#__PURE__*/function () {
16
16
  while (1) switch (_context.prev = _context.next) {
17
17
  case 0:
18
18
  return _context.abrupt("return", (0, _utils.request)("".concat(_ApiConfig.default.API_HOST, "/").concat(dmCode, "/ui/builder/complex/noAuthFetchContent?").concat((0, _qs.stringify)(get)), {
19
- data: post
19
+ method: 'POST',
20
+ body: post
20
21
  }));
21
22
  case 1:
22
23
  case "end":
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luck-design-biz/luckda",
3
- "version": "1.0.2-18",
3
+ "version": "1.0.2-19",
4
4
  "description": "前端配置管理中心业务组件库",
5
5
  "scripts": {
6
6
  "start": "cross-env NODE_OPTIONS=--max-old-space-size=10240 USER_RUNTIME=SITE RUNTIME=dev umi dev",