tx-sider 2.4.7 → 2.4.8
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 +8 -6
- package/lib/TXUI.umd.js +15 -15
- package/lib/style.css +1 -1
- package/package.json +1 -1
package/lib/TXUI.mjs
CHANGED
|
@@ -22218,10 +22218,10 @@ const __unplugin_components_0 = _extends$1(Upload, {
|
|
|
22218
22218
|
}
|
|
22219
22219
|
});
|
|
22220
22220
|
const routes = [
|
|
22221
|
-
|
|
22222
|
-
|
|
22223
|
-
|
|
22224
|
-
|
|
22221
|
+
{
|
|
22222
|
+
path: "/",
|
|
22223
|
+
component: TSider
|
|
22224
|
+
}
|
|
22225
22225
|
];
|
|
22226
22226
|
const __vite_glob_0_0 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
22227
22227
|
__proto__: null,
|
|
@@ -55059,7 +55059,9 @@ const _sfc_main = {
|
|
|
55059
55059
|
var _a3, _b3, _c2, _d2, _e2, _f2;
|
|
55060
55060
|
await getUnReadMessage(0);
|
|
55061
55061
|
await getUserFlowData();
|
|
55062
|
+
console.log("~~~~route", route);
|
|
55062
55063
|
if ((route == null ? void 0 : route.path) !== "/login") {
|
|
55064
|
+
console.log("~~~~route?.path", route == null ? void 0 : route.path);
|
|
55063
55065
|
GetUserOperationTotalApi("default");
|
|
55064
55066
|
}
|
|
55065
55067
|
getModeuleInfoDataHandle = await getModeuleInfoData();
|
|
@@ -55892,7 +55894,7 @@ const _sfc_main = {
|
|
|
55892
55894
|
};
|
|
55893
55895
|
}
|
|
55894
55896
|
};
|
|
55895
|
-
const _withScopeId = (n10) => (pushScopeId("data-v-
|
|
55897
|
+
const _withScopeId = (n10) => (pushScopeId("data-v-05400a1c"), n10 = n10(), popScopeId(), n10);
|
|
55896
55898
|
const _hoisted_1 = {
|
|
55897
55899
|
class: "bg-white defaultTS funcTC relative",
|
|
55898
55900
|
style: { "padding-bottom": "10px", "margin-bottom": "10px" }
|
|
@@ -57299,7 +57301,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
57299
57301
|
}, null, 8, ["visible", "onClose", "review-data"])
|
|
57300
57302
|
], 64);
|
|
57301
57303
|
}
|
|
57302
|
-
const TSider = /* @__PURE__ */ _export_sfc$1(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-
|
|
57304
|
+
const TSider = /* @__PURE__ */ _export_sfc$1(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-05400a1c"]]);
|
|
57303
57305
|
const style = "";
|
|
57304
57306
|
const components = [TSider];
|
|
57305
57307
|
installComponents();
|