tx-sider 2.1.23 β 2.1.25
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 +7 -5
- package/lib/TXUI.umd.js +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
package/lib/TXUI.mjs
CHANGED
|
@@ -27651,8 +27651,6 @@ const _sfc_main = {
|
|
|
27651
27651
|
setup(props, ctx) {
|
|
27652
27652
|
useRouter();
|
|
27653
27653
|
const route = useRoute();
|
|
27654
|
-
console.log("route999999", route);
|
|
27655
|
-
console.log("routπππ9999", route.path);
|
|
27656
27654
|
const changePWDref = ref();
|
|
27657
27655
|
const moduleTestS = ref([]);
|
|
27658
27656
|
const isSystems = ref(props.isSystems);
|
|
@@ -28213,6 +28211,9 @@ const _sfc_main = {
|
|
|
28213
28211
|
const moduleHandle = () => {
|
|
28214
28212
|
console.log("ε
³ι");
|
|
28215
28213
|
data3.moduleVisible = false;
|
|
28214
|
+
};
|
|
28215
|
+
const closeModule = () => {
|
|
28216
|
+
data3.moduleVisible = false;
|
|
28216
28217
|
ifRemoveToken();
|
|
28217
28218
|
};
|
|
28218
28219
|
const openModule = () => {
|
|
@@ -28308,6 +28309,7 @@ const _sfc_main = {
|
|
|
28308
28309
|
ModuleShow,
|
|
28309
28310
|
moduleTest3,
|
|
28310
28311
|
moduleHandle,
|
|
28312
|
+
closeModule,
|
|
28311
28313
|
routerPush,
|
|
28312
28314
|
menuList,
|
|
28313
28315
|
modeuleTypeValue,
|
|
@@ -28332,7 +28334,7 @@ const _sfc_main = {
|
|
|
28332
28334
|
};
|
|
28333
28335
|
}
|
|
28334
28336
|
};
|
|
28335
|
-
const _withScopeId = (n2) => (pushScopeId("data-v-
|
|
28337
|
+
const _withScopeId = (n2) => (pushScopeId("data-v-7ae398cc"), n2 = n2(), popScopeId(), n2);
|
|
28336
28338
|
const _hoisted_1 = {
|
|
28337
28339
|
class: "bg-white defaultTS funcTC relative",
|
|
28338
28340
|
style: { "padding-bottom": "10px", "margin-bottom": "10px" }
|
|
@@ -28990,7 +28992,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
28990
28992
|
_hoisted_47,
|
|
28991
28993
|
createElementVNode("div", {
|
|
28992
28994
|
class: "h-[60px] w-[80px] zIndex",
|
|
28993
|
-
onClick: _cache[16] || (_cache[16] = ($event) =>
|
|
28995
|
+
onClick: _cache[16] || (_cache[16] = ($event) => $setup.closeModule())
|
|
28994
28996
|
})
|
|
28995
28997
|
])
|
|
28996
28998
|
]),
|
|
@@ -29285,7 +29287,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
29285
29287
|
}, 8, ["show"])
|
|
29286
29288
|
], 64);
|
|
29287
29289
|
}
|
|
29288
|
-
const TSider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-
|
|
29290
|
+
const TSider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-7ae398cc"]]);
|
|
29289
29291
|
const components = [TSider];
|
|
29290
29292
|
installComponents();
|
|
29291
29293
|
function installComponents() {
|