tx-sider 2.1.44 → 2.1.46

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/lib/TXUI.mjs CHANGED
@@ -27785,6 +27785,7 @@ const _sfc_main = {
27785
27785
  if (values.new_password != values.new_too_password) {
27786
27786
  return message.error("两次输入的新密码不一致");
27787
27787
  }
27788
+ data3.userInfo = JSON.parse(localStorage.getItem("userInfos") || "{}");
27788
27789
  await changePassword((_a = data3.userInfo) == null ? void 0 : _a.userId, {
27789
27790
  newPassword: encryptionStr(values.new_password),
27790
27791
  isEnc: true
@@ -28301,7 +28302,7 @@ const _sfc_main = {
28301
28302
  };
28302
28303
  }
28303
28304
  };
28304
- const _withScopeId = (n2) => (pushScopeId("data-v-73a30b36"), n2 = n2(), popScopeId(), n2);
28305
+ const _withScopeId = (n2) => (pushScopeId("data-v-19737f2d"), n2 = n2(), popScopeId(), n2);
28305
28306
  const _hoisted_1 = {
28306
28307
  class: "bg-white defaultTS funcTC relative",
28307
28308
  style: { "padding-bottom": "10px", "margin-bottom": "10px" }
@@ -28471,7 +28472,7 @@ const _hoisted_27 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createEle
28471
28472
  src: _imports_0,
28472
28473
  alt: ""
28473
28474
  }),
28474
- /* @__PURE__ */ createElementVNode("span", { class: "mediumTitleTS focusTC pl-2" }, "修改密码123")
28475
+ /* @__PURE__ */ createElementVNode("span", { class: "mediumTitleTS focusTC pl-2" }, "修改密码")
28475
28476
  ])
28476
28477
  ], -1));
28477
28478
  const _hoisted_28 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "mt-28 focusTC largeTitleTS text-center pb-4" }, "修改密码", -1));
@@ -29250,7 +29251,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
29250
29251
  }, 8, ["show"])
29251
29252
  ], 64);
29252
29253
  }
29253
- const TSider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-73a30b36"]]);
29254
+ const TSider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-19737f2d"]]);
29254
29255
  const components = [TSider];
29255
29256
  installComponents();
29256
29257
  function installComponents() {