tx-sider 2.1.8 → 2.1.9
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 +4 -4
- package/lib/TXUI.umd.js +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
package/lib/TXUI.mjs
CHANGED
|
@@ -28013,10 +28013,10 @@ const _sfc_main = {
|
|
|
28013
28013
|
setSetOfBookIdToCookie(res);
|
|
28014
28014
|
setTokenToCookie();
|
|
28015
28015
|
}
|
|
28016
|
-
currentBaseGet().then((res2) => {
|
|
28016
|
+
res ? currentBaseGet().then((res2) => {
|
|
28017
28017
|
localStorage.setItem("baseId", res2);
|
|
28018
28018
|
baseId.value = localStorage.getItem("baseId");
|
|
28019
|
-
});
|
|
28019
|
+
}) : "";
|
|
28020
28020
|
});
|
|
28021
28021
|
const getOfbooksTest = (id, showModal = true) => {
|
|
28022
28022
|
const okHandle = async () => {
|
|
@@ -28306,7 +28306,7 @@ const _sfc_main = {
|
|
|
28306
28306
|
};
|
|
28307
28307
|
}
|
|
28308
28308
|
};
|
|
28309
|
-
const _withScopeId = (n2) => (pushScopeId("data-v-
|
|
28309
|
+
const _withScopeId = (n2) => (pushScopeId("data-v-17ea20fa"), n2 = n2(), popScopeId(), n2);
|
|
28310
28310
|
const _hoisted_1 = {
|
|
28311
28311
|
class: "bg-white defaultTS funcTC relative",
|
|
28312
28312
|
style: { "padding-bottom": "10px", "margin-bottom": "10px" }
|
|
@@ -29259,7 +29259,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
29259
29259
|
}, 8, ["show"])
|
|
29260
29260
|
], 64);
|
|
29261
29261
|
}
|
|
29262
|
-
const TSider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-
|
|
29262
|
+
const TSider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-17ea20fa"]]);
|
|
29263
29263
|
const components = [TSider];
|
|
29264
29264
|
installComponents();
|
|
29265
29265
|
function installComponents() {
|