tx-sider 2.3.23 → 2.3.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 -7
- package/lib/TXUI.umd.js +1 -1
- package/lib/style.css +1 -1
- package/package.json +58 -58
package/lib/TXUI.mjs
CHANGED
|
@@ -50833,7 +50833,7 @@ const _export_sfc = (sfc, props) => {
|
|
|
50833
50833
|
}
|
|
50834
50834
|
return target;
|
|
50835
50835
|
};
|
|
50836
|
-
const _withScopeId$2 = (n10) => (pushScopeId("data-v-
|
|
50836
|
+
const _withScopeId$2 = (n10) => (pushScopeId("data-v-50952b53"), n10 = n10(), popScopeId(), n10);
|
|
50837
50837
|
const _hoisted_1$2 = { class: "flex items-center h-[60px] pl-[40px] themeBGC" };
|
|
50838
50838
|
const _hoisted_2$2 = { class: "relative w-[30px] h-[30px]" };
|
|
50839
50839
|
const _hoisted_3$2 = {
|
|
@@ -51010,7 +51010,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
51010
51010
|
};
|
|
51011
51011
|
}
|
|
51012
51012
|
});
|
|
51013
|
-
const __unplugin_components_6 = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-
|
|
51013
|
+
const __unplugin_components_6 = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-50952b53"]]);
|
|
51014
51014
|
const index$6 = "";
|
|
51015
51015
|
const index$5 = "";
|
|
51016
51016
|
const index$4 = "";
|
|
@@ -54450,7 +54450,7 @@ function useCcflowCall() {
|
|
|
54450
54450
|
newVersionList: []
|
|
54451
54451
|
});
|
|
54452
54452
|
const init = () => {
|
|
54453
|
-
connection.value = new HubConnectionBuilder().withUrl(`${jumpUrl}/
|
|
54453
|
+
connection.value = new HubConnectionBuilder().withUrl(`${jumpUrl}/basis?Bearer=` + localStorage.getItem("token"), {}).withAutomaticReconnect([1e3, 4e3, 1e3, 4e3]).configureLogging(LogLevel.Error).build();
|
|
54454
54454
|
connection.value.on("GetNum", (res) => {
|
|
54455
54455
|
ccflowData.todoList = res;
|
|
54456
54456
|
});
|
|
@@ -54460,8 +54460,8 @@ function useCcflowCall() {
|
|
|
54460
54460
|
connection.value.on("PublishNewVersion", (res) => {
|
|
54461
54461
|
ccflowData.newVersionList = res;
|
|
54462
54462
|
});
|
|
54463
|
-
connection.value.on("
|
|
54464
|
-
console.log("
|
|
54463
|
+
connection.value.on("GetPersonMessageCount", (res) => {
|
|
54464
|
+
console.log("GetPersonMessageCount", "获取数据:", res);
|
|
54465
54465
|
ccflowData.messageList = "";
|
|
54466
54466
|
ccflowData.messageList = res;
|
|
54467
54467
|
});
|
|
@@ -55424,7 +55424,7 @@ const _sfc_main = {
|
|
|
55424
55424
|
};
|
|
55425
55425
|
}
|
|
55426
55426
|
};
|
|
55427
|
-
const _withScopeId = (n10) => (pushScopeId("data-v-
|
|
55427
|
+
const _withScopeId = (n10) => (pushScopeId("data-v-b5010672"), n10 = n10(), popScopeId(), n10);
|
|
55428
55428
|
const _hoisted_1 = {
|
|
55429
55429
|
class: "bg-white defaultTS funcTC relative",
|
|
55430
55430
|
style: { "padding-bottom": "10px", "margin-bottom": "10px" }
|
|
@@ -56581,7 +56581,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
56581
56581
|
}, 8, ["show"])
|
|
56582
56582
|
], 64);
|
|
56583
56583
|
}
|
|
56584
|
-
const TSider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-
|
|
56584
|
+
const TSider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-b5010672"]]);
|
|
56585
56585
|
const style = "";
|
|
56586
56586
|
const components = [TSider];
|
|
56587
56587
|
installComponents();
|