@cloudbase/lowcode-builder 1.8.105 → 1.8.106

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.
@@ -117,7 +117,7 @@ async function buildWedaApp({ cals, subAppCalsList: _subAppCalsList = [], depend
117
117
  enableAd,
118
118
  runtimeDynamicConfig,
119
119
  disabled: (_c = cals.extra) === null || _c === void 0 ? void 0 : _c.disabled,
120
- statusPageId: (_d = cals.extra) === null || _d === void 0 ? void 0 : _d.statusPageId,
120
+ statusPageId: ((_d = cals.extra) === null || _d === void 0 ? void 0 : _d.statusPageId) || undefined,
121
121
  privatelinkConfig: privatelinkConfig ? { uin: account === null || account === void 0 ? void 0 : account.uin, ...privatelinkConfig } : undefined,
122
122
  };
123
123
  console.log('domain', domain);