tx-sider 2.3.27 → 2.3.29
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 +5 -6
- package/lib/TXUI.umd.js +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
package/lib/TXUI.mjs
CHANGED
|
@@ -54470,7 +54470,6 @@ function useCcflowCall() {
|
|
|
54470
54470
|
});
|
|
54471
54471
|
connection.value.onreconnected(async (id2) => {
|
|
54472
54472
|
var _a2, _b2;
|
|
54473
|
-
await connection.value.invoke("Start");
|
|
54474
54473
|
await connection.value.invoke(
|
|
54475
54474
|
"NewVersion",
|
|
54476
54475
|
(_a2 = JSON.parse(localStorage.getItem("selectModule"))) == null ? void 0 : _a2.location,
|
|
@@ -54481,7 +54480,6 @@ function useCcflowCall() {
|
|
|
54481
54480
|
connection.value.start().then(async () => {
|
|
54482
54481
|
var _a2, _b2;
|
|
54483
54482
|
console.log("启动即时通信成功");
|
|
54484
|
-
await connection.value.invoke("Start");
|
|
54485
54483
|
await connection.value.invoke(
|
|
54486
54484
|
"NewVersion",
|
|
54487
54485
|
(_a2 = JSON.parse(localStorage.getItem("selectModule"))) == null ? void 0 : _a2.location,
|
|
@@ -55447,12 +55445,13 @@ const _sfc_main = {
|
|
|
55447
55445
|
content,
|
|
55448
55446
|
changeTab,
|
|
55449
55447
|
editorRef,
|
|
55450
|
-
unReadCount
|
|
55448
|
+
unReadCount,
|
|
55449
|
+
unLingDangCount
|
|
55451
55450
|
/*******end*****/
|
|
55452
55451
|
};
|
|
55453
55452
|
}
|
|
55454
55453
|
};
|
|
55455
|
-
const _withScopeId = (n10) => (pushScopeId("data-v-
|
|
55454
|
+
const _withScopeId = (n10) => (pushScopeId("data-v-a2934da0"), n10 = n10(), popScopeId(), n10);
|
|
55456
55455
|
const _hoisted_1 = {
|
|
55457
55456
|
class: "bg-white defaultTS funcTC relative",
|
|
55458
55457
|
style: { "padding-bottom": "10px", "margin-bottom": "10px" }
|
|
@@ -55989,7 +55988,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
55989
55988
|
}, 8, ["onClick", "count"]),
|
|
55990
55989
|
createVNode(_component_a_badge, {
|
|
55991
55990
|
onClick: $setup.onClickTodo,
|
|
55992
|
-
count:
|
|
55991
|
+
count: $setup.unLingDangCount,
|
|
55993
55992
|
"number-style": {
|
|
55994
55993
|
backgroundColor: "#52c41a",
|
|
55995
55994
|
fontSize: "12px",
|
|
@@ -56609,7 +56608,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
56609
56608
|
}, 8, ["show"])
|
|
56610
56609
|
], 64);
|
|
56611
56610
|
}
|
|
56612
|
-
const TSider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-
|
|
56611
|
+
const TSider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-a2934da0"]]);
|
|
56613
56612
|
const style = "";
|
|
56614
56613
|
const components = [TSider];
|
|
56615
56614
|
installComponents();
|