tx-sider 2.3.22 → 2.3.24
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 +10 -10
- package/lib/TXUI.umd.js +15 -15
- package/lib/style.css +1 -1
- package/package.json +58 -58
package/lib/TXUI.mjs
CHANGED
|
@@ -22282,10 +22282,10 @@ var axiosExports = axios$3.exports;
|
|
|
22282
22282
|
var axios = axiosExports;
|
|
22283
22283
|
const axios$1 = /* @__PURE__ */ getDefaultExportFromCjs(axios);
|
|
22284
22284
|
const routes = [
|
|
22285
|
-
{
|
|
22286
|
-
|
|
22287
|
-
|
|
22288
|
-
}
|
|
22285
|
+
// {
|
|
22286
|
+
// path: "/",
|
|
22287
|
+
// component: TSider,
|
|
22288
|
+
// },
|
|
22289
22289
|
];
|
|
22290
22290
|
const __vite_glob_0_0 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
22291
22291
|
__proto__: null,
|
|
@@ -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 = "";
|
|
@@ -54440,7 +54440,7 @@ function isLogger(logger) {
|
|
|
54440
54440
|
function useCcflowCall() {
|
|
54441
54441
|
const hostname2 = window.location.hostname.split(".");
|
|
54442
54442
|
const protocol2 = window.location.protocol;
|
|
54443
|
-
const jumpUrl = process.env.NODE_ENV == "development" ? "https://
|
|
54443
|
+
const jumpUrl = process.env.NODE_ENV == "development" ? "https://basis.nacho.cn" : `${protocol2}//basis.${hostname2[1]}.${hostname2[2]}`;
|
|
54444
54444
|
const jumpMsgUrl = process.env.NODE_ENV == "development" ? "https://uc.nacho.cn" : `${protocol2}//uc.${hostname2[1]}.${hostname2[2]}`;
|
|
54445
54445
|
const connection = ref(null);
|
|
54446
54446
|
const ccflowData = reactive({
|
|
@@ -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
|
});
|
|
@@ -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();
|