@qqt-product/ui 14.1.1 → 14.1.2

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,16 +17805,12 @@ function useRemoteConfig() {
17805
17805
  return watchEffect(
17806
17806
  async () => {
17807
17807
  try {
17808
- let ce = {};
17809
- try {
17810
- D.value = !1, x.value = !0, ce = await P(s.businessType);
17811
- } catch {
17812
- } finally {
17813
- x.value = !1;
17814
- }
17815
- const Be = await G(ce), we = ae(Be);
17808
+ D.value = !1, x.value = !0;
17809
+ const ce = await P(s.businessType), Be = await G(ce), we = ae(Be);
17816
17810
  O.value = se(we), y.value = Y(we), D.value = !0;
17817
17811
  } catch {
17812
+ } finally {
17813
+ x.value = !1;
17818
17814
  }
17819
17815
  },
17820
17816
  { flush: "post" }