@qqt-product/ui 14.0.7 → 14.0.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/dist/index.es.js
CHANGED
|
@@ -17805,13 +17805,13 @@ function useRemoteConfig() {
|
|
|
17805
17805
|
};
|
|
17806
17806
|
return watchEffect(
|
|
17807
17807
|
async () => {
|
|
17808
|
+
D.value = !1;
|
|
17808
17809
|
try {
|
|
17809
|
-
D.value = !1, x.value = !0;
|
|
17810
17810
|
const ce = await P(s.businessType), we = await G(ce), Be = ae(we);
|
|
17811
|
-
O.value = se(Be), y.value = Y(Be)
|
|
17811
|
+
O.value = se(Be), y.value = Y(Be);
|
|
17812
17812
|
} catch {
|
|
17813
17813
|
} finally {
|
|
17814
|
-
|
|
17814
|
+
D.value = !0;
|
|
17815
17815
|
}
|
|
17816
17816
|
},
|
|
17817
17817
|
{ flush: "post" }
|
|
@@ -19085,6 +19085,7 @@ const pageLayout = "", { remove: remove$1, uniqueId: uniqueId$1, download, clone
|
|
|
19085
19085
|
layoutConfig: p,
|
|
19086
19086
|
pageData: P,
|
|
19087
19087
|
loading: D,
|
|
19088
|
+
isFinishConfig: O,
|
|
19088
19089
|
layoutLoading: y,
|
|
19089
19090
|
customLoading: Ln
|
|
19090
19091
|
};
|
|
@@ -19096,7 +19097,7 @@ function _sfc_render$P(r, n, o, s, l, c) {
|
|
|
19096
19097
|
class: normalizeClass(r.classes)
|
|
19097
19098
|
}, [
|
|
19098
19099
|
createVNode$1(p, {
|
|
19099
|
-
spinning: r.loading || r.layoutLoading || r.customLoading
|
|
19100
|
+
spinning: !r.isFinishConfig || r.loading || r.layoutLoading || r.customLoading
|
|
19100
19101
|
}, {
|
|
19101
19102
|
default: withCtx(() => [
|
|
19102
19103
|
renderSlot(r.$slots, "default", {
|