tx-sider 2.1.19 → 2.1.20
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 +3 -2
- package/lib/TXUI.umd.js +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
package/lib/TXUI.mjs
CHANGED
|
@@ -27974,6 +27974,7 @@ const _sfc_main = {
|
|
|
27974
27974
|
ifRemoveToken();
|
|
27975
27975
|
};
|
|
27976
27976
|
const ifRemoveToken = () => {
|
|
27977
|
+
console.log("移除token", route);
|
|
27977
27978
|
if (route.path == "/login") {
|
|
27978
27979
|
localStorage.removeItem("token");
|
|
27979
27980
|
}
|
|
@@ -28324,7 +28325,7 @@ const _sfc_main = {
|
|
|
28324
28325
|
};
|
|
28325
28326
|
}
|
|
28326
28327
|
};
|
|
28327
|
-
const _withScopeId = (n2) => (pushScopeId("data-v-
|
|
28328
|
+
const _withScopeId = (n2) => (pushScopeId("data-v-018376e2"), n2 = n2(), popScopeId(), n2);
|
|
28328
28329
|
const _hoisted_1 = {
|
|
28329
28330
|
class: "bg-white defaultTS funcTC relative",
|
|
28330
28331
|
style: { "padding-bottom": "10px", "margin-bottom": "10px" }
|
|
@@ -29277,7 +29278,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
29277
29278
|
}, 8, ["show"])
|
|
29278
29279
|
], 64);
|
|
29279
29280
|
}
|
|
29280
|
-
const TSider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-
|
|
29281
|
+
const TSider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-018376e2"]]);
|
|
29281
29282
|
const components = [TSider];
|
|
29282
29283
|
installComponents();
|
|
29283
29284
|
function installComponents() {
|