tx-sider 2.1.4 → 2.1.5
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 +3 -3
- package/lib/TXUI.umd.js +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
package/lib/TXUI.mjs
CHANGED
|
@@ -27673,7 +27673,7 @@ const _sfc_main = {
|
|
|
27673
27673
|
});
|
|
27674
27674
|
const refData = toRefs(data3);
|
|
27675
27675
|
ref(JSON.parse(localStorage.getItem("AccessData")));
|
|
27676
|
-
const iconUrl = process.env.NODE_ENV == "development" ? "https://
|
|
27676
|
+
const iconUrl = process.env.NODE_ENV == "development" ? "https://basis.nacho.cn" : "https://basis.nacho.cn";
|
|
27677
27677
|
const [ccflowData, onClickTodo] = useCcflowCall();
|
|
27678
27678
|
watch(
|
|
27679
27679
|
() => props.isSystems,
|
|
@@ -28301,7 +28301,7 @@ const _sfc_main = {
|
|
|
28301
28301
|
};
|
|
28302
28302
|
}
|
|
28303
28303
|
};
|
|
28304
|
-
const _withScopeId = (n2) => (pushScopeId("data-v-
|
|
28304
|
+
const _withScopeId = (n2) => (pushScopeId("data-v-0c1039b2"), n2 = n2(), popScopeId(), n2);
|
|
28305
28305
|
const _hoisted_1 = {
|
|
28306
28306
|
class: "bg-white defaultTS funcTC relative",
|
|
28307
28307
|
style: { "padding-bottom": "10px", "margin-bottom": "10px" }
|
|
@@ -29254,7 +29254,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
29254
29254
|
}, 8, ["show"])
|
|
29255
29255
|
], 64);
|
|
29256
29256
|
}
|
|
29257
|
-
const TSider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-
|
|
29257
|
+
const TSider = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-0c1039b2"]]);
|
|
29258
29258
|
const components = [TSider];
|
|
29259
29259
|
installComponents();
|
|
29260
29260
|
function installComponents() {
|