tx-sider 2.1.44 → 2.1.45

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-5e0dccdf"), 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" }
@@ -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-5e0dccdf"]]);
29254
29255
  const components = [TSider];
29255
29256
  installComponents();
29256
29257
  function installComponents() {