slw 1.0.0-rc.1.22 → 1.0.0-rc.1.24

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.
@@ -1,5 +1,5 @@
1
1
  import { pushScopeId as P, popScopeId as V, createElementVNode as h, resolveComponent as g, openBlock as o, createElementBlock as p, createBlock as f, normalizeClass as T, normalizeStyle as A, withModifiers as R, withCtx as r, renderSlot as q, createCommentVNode as _, Fragment as B, createVNode as s, mergeProps as k, renderList as j, toDisplayString as E, normalizeProps as K, guardReactiveProps as Q, resolveDynamicComponent as Z, defineAsyncComponent as $, computed as F, unref as D, withDirectives as ee, vShow as te } from "vue";
2
- import { _ as x, d as S, a as L, u as N } from "./index-e6a4d98c.js";
2
+ import { _ as x, d as S, a as L, u as N } from "./index-87a3d2fc.js";
3
3
  import "vue-router";
4
4
  const I = {
5
5
  computed: {},
@@ -8283,12 +8283,12 @@ function useWindowSize$1(G = {}) {
8283
8283
  }
8284
8284
  return { width: ee, height: te };
8285
8285
  }
8286
- const pictureUpload_vue_vue_type_style_index_0_scoped_bf7cf9d8_lang = "", _export_sfc = (G, H) => {
8286
+ const pictureUpload_vue_vue_type_style_index_0_scoped_d902c294_lang = "", _export_sfc = (G, H) => {
8287
8287
  const X = G.__vccOpts || G;
8288
8288
  for (const [Q, K] of H)
8289
8289
  X[Q] = K;
8290
8290
  return X;
8291
- }, _withScopeId$b = (G) => (pushScopeId("data-v-bf7cf9d8"), G = G(), popScopeId(), G), _hoisted_1$l5 = { class: "upload-list-box" }, _hoisted_2$k$ = {
8291
+ }, _withScopeId$b = (G) => (pushScopeId("data-v-d902c294"), G = G(), popScopeId(), G), _hoisted_1$l5 = { class: "upload-list-box" }, _hoisted_2$k$ = {
8292
8292
  key: 0,
8293
8293
  class: "thumbnail"
8294
8294
  }, _hoisted_3$h$ = { class: "el-upload-list__item-actions" }, _hoisted_4$aB = ["onClick"], _hoisted_5$4$ = {
@@ -8322,115 +8322,118 @@ const pictureUpload_vue_vue_type_style_index_0_scoped_bf7cf9d8_lang = "", _expor
8322
8322
  setup(G, { emit: H }) {
8323
8323
  const X = G, Q = inject("$httpHeaders"), K = inject("$vxeMessage"), Z = inject("$axios"), ee = inject("$qs"), te = inject("$t"), ne = inject("$vxeConfirm");
8324
8324
  let re = ref$2(`${(Z == null ? void 0 : Z.baseUrl) || ""}/dataFile/upload/`), oe = "/dataFile/list/", ae = "/dataFile/delete/", se = `${(Z == null ? void 0 : Z.baseUrl) || ""}/dataFile/inline/`, le = ref$2([]), ce = useVModel$1(X, "filePreviewList", H), de = useVModel$1(X, "fileFormData", H), ue = ref$2({ dataId: "", columnId: "" }), he = ref$2(!1);
8325
- const fe = ref$2(), pe = computed(() => !X.uploadConfig.isHavePicUploadBtn || X.uploadConfig.openType == "view"), me = computed(() => !(X.colProps.readonly || X.colProps.disabled || X.uploadConfig.openType == "view")), ge = ref$2({}), ve = (Se, Ee) => {
8326
- Se && (ge.value[`Img_Ref_${Ee}`] = Se);
8327
- }, $e = (Se) => {
8328
- ne(te("确定删除?"), void 0, { zIndex: 3e3 }).then((Ee) => {
8329
- Ee === "confirm" && Z.post(`${ae}${Se.id}`).then((De) => {
8330
- if (De.data.result) {
8331
- let _e = ce.value.findIndex((ye) => ye.id == Se.id);
8332
- ce.value.splice(_e, 1), le.value[0].id == Se.id && (le.value = ce.value.slice(-1), le.value[0] && nextTick(() => {
8333
- Me(fe.value, le.value[0].url);
8334
- })), K({
8335
- content: De.data.msg,
8325
+ const fe = ref$2(), pe = ref$2(), me = computed(() => !X.uploadConfig.isHavePicUploadBtn || X.uploadConfig.openType == "view"), ge = computed(() => {
8326
+ var Ee, De;
8327
+ return !((Ee = X.colProps) != null && Ee.readonly || (De = X.colProps) != null && De.disabled || X.uploadConfig.openType == "view");
8328
+ }), ve = ref$2({}), $e = (Ee, De) => {
8329
+ Ee && (ve.value[`Img_Ref_${De}`] = Ee);
8330
+ }, Ce = (Ee) => {
8331
+ ne(te("确定删除?"), void 0, { zIndex: 3e3 }).then((De) => {
8332
+ De === "confirm" && Z.post(`${ae}${Ee.id}`).then((_e) => {
8333
+ if (_e.data.result) {
8334
+ let ye = ce.value.findIndex((xe) => xe.id == Ee.id);
8335
+ ce.value.splice(ye, 1), le.value[0].id == Ee.id && (le.value = ce.value.slice(-1), le.value[0] && nextTick(() => {
8336
+ Pe(fe.value, le.value[0].url);
8337
+ })), pe.value.next(), K({
8338
+ content: _e.data.msg,
8336
8339
  status: "success",
8337
8340
  zIndex: 3e3
8338
8341
  });
8339
8342
  }
8340
8343
  });
8341
8344
  });
8342
- }, Ce = (Se) => {
8343
- ne(te("确定下载?"), void 0, { zIndex: 3e3 }).then((Ee) => {
8344
- Ee === "confirm" && Z.post(`/dataFile/download/${Se.id}`).then((De) => {
8345
+ }, ke = (Ee) => {
8346
+ ne(te("确定下载?"), void 0, { zIndex: 3e3 }).then((De) => {
8347
+ De === "confirm" && Z.post(`/dataFile/download/${Ee.id}`).then((_e) => {
8345
8348
  K({
8346
- content: De.data.msg,
8349
+ content: _e.data.msg,
8347
8350
  status: "success",
8348
8351
  zIndex: 3e3
8349
8352
  });
8350
8353
  });
8351
8354
  });
8352
- }, ke = (Se, Ee) => {
8353
- if (Se.result)
8355
+ }, be = (Ee, De) => {
8356
+ if (Ee.result)
8354
8357
  ce.value.push({
8355
- id: Se.id,
8356
- name: Ee.name,
8357
- url: `${se}${Se.id}`
8358
+ id: Ee.id,
8359
+ name: De.name,
8360
+ url: `${se}${Ee.id}`
8358
8361
  }), le.value = ce.value.slice(-1), nextTick(() => {
8359
- Me(fe.value, le.value[0].url);
8362
+ Pe(fe.value, le.value[0].url);
8360
8363
  }), K({
8361
- content: Se.msg,
8364
+ content: Ee.msg,
8362
8365
  status: "success",
8363
8366
  zIndex: 3e3
8364
8367
  });
8365
8368
  else {
8366
- let De = le.value.findIndex((_e) => _e.uid == Ee.uid);
8367
- De >= 0 && le.value.splice(De, 1), K({
8368
- content: Se.msg,
8369
+ let _e = le.value.findIndex((ye) => ye.uid == De.uid);
8370
+ _e >= 0 && le.value.splice(_e, 1), K({
8371
+ content: Ee.msg,
8369
8372
  status: "error",
8370
8373
  zIndex: 3e3
8371
8374
  });
8372
8375
  }
8373
- }, be = () => {
8374
- le.value = [], ce.value = [], Z.post(oe).then(async (Se) => {
8375
- if (Se.data.result && Se.data.list.length > 0) {
8376
- for (let Ee of Se.data.list) {
8377
- let De = ["jpg", "png"].includes(Ee.type.toLocaleLowerCase());
8378
- (!X.fieldId && De || Ee.columnName == X.field.toLowerCase() && De) && ce.value.push({
8379
- id: Ee.id,
8380
- name: Ee.name,
8381
- columnName: Ee.columnName,
8382
- url: `${se}${Ee.id}`
8376
+ }, Me = () => {
8377
+ le.value = [], ce.value = [], Z.post(oe).then(async (Ee) => {
8378
+ if (Ee.data.result && Ee.data.list.length > 0) {
8379
+ for (let De of Ee.data.list) {
8380
+ let _e = ["jpg", "png"].includes(De.type.toLocaleLowerCase());
8381
+ (!X.fieldId && _e || De.columnName == X.field.toLowerCase() && _e) && ce.value.push({
8382
+ id: De.id,
8383
+ name: De.name,
8384
+ columnName: De.columnName,
8385
+ url: `${se}${De.id}`
8383
8386
  });
8384
8387
  }
8385
8388
  ce.value.length > 0 && (le.value = ce.value.slice(-1), nextTick(() => {
8386
- Me(fe.value, le.value[0].url);
8389
+ Pe(fe.value, le.value[0].url);
8387
8390
  }));
8388
8391
  }
8389
8392
  });
8390
- }, Me = (Se, Ee) => {
8391
- let De = new XMLHttpRequest();
8392
- De.responseType = "blob", De.open("get", Ee, !0), De.setRequestHeader("saToken", Q().saToken), De.setRequestHeader("TOKEN", Q().TOKEN), De.onreadystatechange = (_e) => {
8393
- De.readyState == XMLHttpRequest.DONE && De.status == 200 && (Se.src = URL.createObjectURL(De.response), Se.onload = () => {
8394
- URL.revokeObjectURL(Se.src);
8393
+ }, Pe = (Ee, De) => {
8394
+ let _e = new XMLHttpRequest();
8395
+ _e.responseType = "blob", _e.open("get", De, !0), _e.setRequestHeader("saToken", Q().saToken), _e.setRequestHeader("TOKEN", Q().TOKEN), _e.onreadystatechange = (ye) => {
8396
+ _e.readyState == XMLHttpRequest.DONE && _e.status == 200 && (Ee.src = URL.createObjectURL(_e.response), Ee.onload = () => {
8397
+ URL.revokeObjectURL(Ee.src);
8395
8398
  });
8396
- }, De.send(null);
8397
- }, Pe = () => {
8399
+ }, _e.send(null);
8400
+ }, Se = () => {
8398
8401
  he.value = !0, nextTick(() => {
8399
- ce.value.forEach((Se) => {
8400
- let Ee = ge.value[`Img_Ref_${Se.id}`];
8401
- Me(Ee, Se.url);
8402
+ ce.value.forEach((Ee) => {
8403
+ let De = ve.value[`Img_Ref_${Ee.id}`];
8404
+ Pe(De, Ee.url);
8402
8405
  });
8403
8406
  });
8404
8407
  };
8405
8408
  return watch(
8406
8409
  () => ce.value,
8407
- (Se) => {
8408
- de.value = Se.map((Ee) => Ee.id);
8410
+ (Ee) => {
8411
+ de.value = Ee.map((De) => De.id);
8409
8412
  },
8410
8413
  { deep: !0, immediate: !0 }
8411
8414
  ), watch(
8412
8415
  () => X.uploadConfig,
8413
- (Se) => {
8414
- var Ee, De, _e, ye;
8415
- Se.config && (re.value = `${(Z == null ? void 0 : Z.baseUrl) || ""}${(Ee = Se.config) == null ? void 0 : Ee.uploadAction}`, oe = (De = Se.config) == null ? void 0 : De.listAction, ae = (_e = Se.config) == null ? void 0 : _e.deleteAction, se = `${(Z == null ? void 0 : Z.baseUrl) || ""}${(ye = Se.config) == null ? void 0 : ye.inlineAction}`, ue.value = Object.assign(ue.value, Se.config.uploadData || {})), oe += `${X.uploadConfig.regionId}/${X.uploadConfig.dataId}`, re.value += Se.regionId, X.fieldId && (ue.value.columnId = X.fieldId), Se.dataId && (ue.value.dataId = Se.dataId, be());
8416
+ (Ee) => {
8417
+ var De, _e, ye, xe;
8418
+ Ee.config && (re.value = `${(Z == null ? void 0 : Z.baseUrl) || ""}${(De = Ee.config) == null ? void 0 : De.uploadAction}`, oe = (_e = Ee.config) == null ? void 0 : _e.listAction, ae = (ye = Ee.config) == null ? void 0 : ye.deleteAction, se = `${(Z == null ? void 0 : Z.baseUrl) || ""}${(xe = Ee.config) == null ? void 0 : xe.inlineAction}`, ue.value = Object.assign(ue.value, Ee.config.uploadData || {})), oe += `${X.uploadConfig.regionId}/${X.uploadConfig.dataId}`, re.value += Ee.regionId, X.fieldId && (ue.value.columnId = X.fieldId), Ee.dataId && (ue.value.dataId = Ee.dataId, Me());
8416
8419
  },
8417
8420
  { deep: !0, immediate: !0 }
8418
- ), (Se, Ee) => {
8419
- const De = resolveComponent("Add"), _e = resolveComponent("el-icon"), ye = resolveComponent("SearchOutline"), xe = resolveComponent("TrashOutline"), we = resolveComponent("el-upload"), Oe = resolveComponent("el-carousel-item"), Te = resolveComponent("el-carousel"), Ne = resolveComponent("el-dialog");
8421
+ ), (Ee, De) => {
8422
+ const _e = resolveComponent("Add"), ye = resolveComponent("el-icon"), xe = resolveComponent("SearchOutline"), we = resolveComponent("TrashOutline"), Oe = resolveComponent("el-upload"), Te = resolveComponent("el-carousel-item"), Ne = resolveComponent("el-carousel"), Ve = resolveComponent("el-dialog");
8420
8423
  return openBlock(), createElementBlock(Fragment, null, [
8421
- createVNode$1(we, {
8424
+ createVNode$1(Oe, {
8422
8425
  "file-list": unref(le),
8423
- "onUpdate:fileList": Ee[0] || (Ee[0] = (Ve) => isRef(le) ? le.value = Ve : le = Ve),
8426
+ "onUpdate:fileList": De[0] || (De[0] = (Re) => isRef(le) ? le.value = Re : le = Re),
8424
8427
  action: unref(re),
8425
8428
  headers: unref(Q)(),
8426
8429
  accept: ".jpg,.png,.jpeg",
8427
8430
  data: unref(ue),
8428
8431
  "list-type": "picture-card",
8429
- class: normalizeClass({ disabledUpload: pe.value }),
8430
- "on-success": ke,
8431
- "on-remove": $e
8432
+ class: normalizeClass({ disabledUpload: me.value }),
8433
+ "on-success": be,
8434
+ "on-remove": Ce
8432
8435
  }, {
8433
- file: withCtx(({ file: Ve }) => [
8436
+ file: withCtx(({ file: Re }) => [
8434
8437
  createElementVNode("div", _hoisted_1$l5, [
8435
8438
  createElementVNode("img", {
8436
8439
  ref_key: "Img_Ref",
@@ -8442,23 +8445,23 @@ const pictureUpload_vue_vue_type_style_index_0_scoped_bf7cf9d8_lang = "", _expor
8442
8445
  createElementVNode("span", _hoisted_3$h$, [
8443
8446
  createElementVNode("span", {
8444
8447
  class: "el-upload-list__item-preview",
8445
- onClick: Pe
8448
+ onClick: Se
8446
8449
  }, [
8447
- createVNode$1(_e, null, {
8450
+ createVNode$1(ye, null, {
8448
8451
  default: withCtx(() => [
8449
- createVNode$1(ye)
8452
+ createVNode$1(xe)
8450
8453
  ]),
8451
8454
  _: 1
8452
8455
  })
8453
8456
  ]),
8454
- unref(ce).length == 1 && me.value ? (openBlock(), createElementBlock("span", {
8457
+ unref(ce).length == 1 && ge.value ? (openBlock(), createElementBlock("span", {
8455
8458
  key: 0,
8456
8459
  class: "el-upload-list__item-delete",
8457
- onClick: (Re) => $e(Ve)
8460
+ onClick: (Fe) => Ce(Re)
8458
8461
  }, [
8459
- createVNode$1(_e, null, {
8462
+ createVNode$1(ye, null, {
8460
8463
  default: withCtx(() => [
8461
- createVNode$1(xe)
8464
+ createVNode$1(we)
8462
8465
  ]),
8463
8466
  _: 1
8464
8467
  })
@@ -8467,22 +8470,24 @@ const pictureUpload_vue_vue_type_style_index_0_scoped_bf7cf9d8_lang = "", _expor
8467
8470
  ])
8468
8471
  ]),
8469
8472
  default: withCtx(() => [
8470
- createVNode$1(_e, null, {
8473
+ createVNode$1(ye, null, {
8471
8474
  default: withCtx(() => [
8472
- createVNode$1(De)
8475
+ createVNode$1(_e)
8473
8476
  ]),
8474
8477
  _: 1
8475
8478
  })
8476
8479
  ]),
8477
8480
  _: 1
8478
8481
  }, 8, ["file-list", "action", "headers", "accept", "data", "class"]),
8479
- createVNode$1(Ne, {
8482
+ createVNode$1(Ve, {
8480
8483
  modelValue: unref(he),
8481
- "onUpdate:modelValue": Ee[1] || (Ee[1] = (Ve) => isRef(he) ? he.value = Ve : he = Ve),
8484
+ "onUpdate:modelValue": De[1] || (De[1] = (Re) => isRef(he) ? he.value = Re : he = Re),
8482
8485
  title: unref(te)("图片预览")
8483
8486
  }, {
8484
8487
  default: withCtx(() => [
8485
- createVNode$1(Te, {
8488
+ createVNode$1(Ne, {
8489
+ ref_key: "previewImgCarousel",
8490
+ ref: pe,
8486
8491
  class: "Preview-Img-box",
8487
8492
  type: "card",
8488
8493
  autoplay: !1,
@@ -8490,24 +8495,24 @@ const pictureUpload_vue_vue_type_style_index_0_scoped_bf7cf9d8_lang = "", _expor
8490
8495
  height: "45vh"
8491
8496
  }, {
8492
8497
  default: withCtx(() => [
8493
- (openBlock(!0), createElementBlock(Fragment, null, renderList(unref(ce), (Ve) => (openBlock(), createBlock(Oe, {
8494
- key: Ve.id
8498
+ (openBlock(!0), createElementBlock(Fragment, null, renderList(unref(ce), (Re) => (openBlock(), createBlock(Te, {
8499
+ key: Re.id
8495
8500
  }, {
8496
8501
  default: withCtx(() => [
8497
8502
  createElementVNode("img", {
8498
8503
  ref_for: !0,
8499
- ref: (Re) => ve(Re, Ve.id),
8504
+ ref: (Fe) => $e(Fe, Re.id),
8500
8505
  style: { "max-height": "100%", "max-width": "100%" },
8501
8506
  alt: "Preview Image"
8502
8507
  }, null, 512),
8503
- me.value ? (openBlock(), createElementBlock("span", _hoisted_5$4$, [
8508
+ ge.value ? (openBlock(), createElementBlock("span", _hoisted_5$4$, [
8504
8509
  createElementVNode("span", {
8505
8510
  class: "preview-img-list__item-delete",
8506
- onClick: (Re) => $e(Ve)
8511
+ onClick: (Fe) => Ce(Re)
8507
8512
  }, [
8508
- createVNode$1(_e, null, {
8513
+ createVNode$1(ye, null, {
8509
8514
  default: withCtx(() => [
8510
- createVNode$1(xe)
8515
+ createVNode$1(we)
8511
8516
  ]),
8512
8517
  _: 1
8513
8518
  })
@@ -8518,14 +8523,14 @@ const pictureUpload_vue_vue_type_style_index_0_scoped_bf7cf9d8_lang = "", _expor
8518
8523
  }, 1024))), 128))
8519
8524
  ]),
8520
8525
  _: 1
8521
- })
8526
+ }, 512)
8522
8527
  ]),
8523
8528
  _: 1
8524
8529
  }, 8, ["modelValue", "title"])
8525
8530
  ], 64);
8526
8531
  };
8527
8532
  }
8528
- }, PictureUpload = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["__scopeId", "data-v-bf7cf9d8"]]);
8533
+ }, PictureUpload = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["__scopeId", "data-v-d902c294"]]);
8529
8534
  PictureUpload.name = "slw-picture-upload";
8530
8535
  PictureUpload.install = (G) => {
8531
8536
  G.component(PictureUpload.name, PictureUpload);
@@ -53275,7 +53280,7 @@ WindowCharts.name = "slw-window-charts";
53275
53280
  WindowCharts.install = (G) => {
53276
53281
  G.component(WindowCharts.name, WindowCharts);
53277
53282
  };
53278
- const windowGrid_vue_vue_type_style_index_0_scoped_23c7f182_lang = "", _withScopeId$9 = (G) => (pushScopeId("data-v-23c7f182"), G = G(), popScopeId(), G), _hoisted_1$l3 = {
53283
+ const windowGrid_vue_vue_type_style_index_0_scoped_df90f042_lang = "", _withScopeId$9 = (G) => (pushScopeId("data-v-df90f042"), G = G(), popScopeId(), G), _hoisted_1$l3 = {
53279
53284
  class: "slw-window-grid-container",
53280
53285
  style: { height: "100%" }
53281
53286
  }, _hoisted_2$k_ = /* @__PURE__ */ _withScopeId$9(() => /* @__PURE__ */ createElementVNode("span", { class: "vxe-table--cell-main-area" }, null, -1)), _hoisted_3$h_ = /* @__PURE__ */ _withScopeId$9(() => /* @__PURE__ */ createElementVNode("span", { class: "vxe-table--cell-active-area" }, null, -1)), _hoisted_4$aA = /* @__PURE__ */ _withScopeId$9(() => /* @__PURE__ */ createElementVNode("span", { class: "vxe-table--cell-copy-area" }, null, -1)), _hoisted_5$4_ = [
@@ -53606,7 +53611,7 @@ const windowGrid_vue_vue_type_style_index_0_scoped_23c7f182_lang = "", _withScop
53606
53611
  getCurRegion().setCheckboxRow(fe, !0);
53607
53612
  }), pagerToolChecked.value && ce.data.data.forEach((fe) => {
53608
53613
  getCurRegion().setCheckboxRow(fe, !0);
53609
- }), gridData.value.params.rowNotSelect || rowClickCommon(de, rowIndex.value), queryAfterList && queryAfterList.length > 0 && queryAfterList.forEach((fe) => {
53614
+ }), gridData.value.params.rowNotSelect ? rowIndex.value = -1 : rowClickCommon(de, rowIndex.value), queryAfterList && queryAfterList.length > 0 && queryAfterList.forEach((fe) => {
53610
53615
  if (fe && typeof fe == "function")
53611
53616
  try {
53612
53617
  ae = fe(se, "GRID");
@@ -55449,7 +55454,7 @@ const windowGrid_vue_vue_type_style_index_0_scoped_23c7f182_lang = "", _withScop
55449
55454
  ]);
55450
55455
  };
55451
55456
  }
55452
- }, WindowGrid = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__scopeId", "data-v-23c7f182"]]);
55457
+ }, WindowGrid = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__scopeId", "data-v-df90f042"]]);
55453
55458
  WindowGrid.name = "slw-window-grid";
55454
55459
  WindowGrid.install = (G) => {
55455
55460
  G.component(WindowGrid.name, WindowGrid);
@@ -92071,7 +92076,7 @@ const windowDesigner_vue_vue_type_style_index_0_scoped_a3ebe962_lang = "", _with
92071
92076
  emits: ["update:type", "update:rootLayout", "update:viewData", "update:rowData"],
92072
92077
  setup(G, { emit: H }) {
92073
92078
  const X = G, Q = defineAsyncComponent(
92074
- () => import("./index-c22ae82f.js")
92079
+ () => import("./index-066fa0c2.js")
92075
92080
  );
92076
92081
  let K = useVModel(X, "type", H), Z = useVModel(X, "rootLayout", H), ee = useVModel(X, "viewData", H), te = useVModel(X, "rowData", H), ne = ref$2(0), re = ref$2(null);
92077
92082
  re.value = createDesigner();
@@ -224857,7 +224862,7 @@ function reConsole() {
224857
224862
  }
224858
224863
  }
224859
224864
  console.info(
224860
- `%cSLW %cVer 1.0.0-rc.1.22%c
224865
+ `%cSLW %cVer 1.0.0-rc.1.24%c
224861
224866
  %c指引文档:%chttp://slwdoc.js.sforcecon.com:5900/%c
224862
224867
  %c启光文档:%chttp://docs.js.sforcecon.com:5900/view`,
224863
224868
  "color:#409EFF;font-size: 22px;font-weight:bolder;text-shadow: 2px 2px 4px #84c1ff;",
package/lib/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { i as m } from "./index-e6a4d98c.js";
1
+ import { i as m } from "./index-87a3d2fc.js";
2
2
  import "vue";
3
3
  import "vue-router";
4
4
  export {