@blocklet/pages-kit-runtime 0.1.25 → 0.1.26

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/cjs/client.js CHANGED
@@ -217,9 +217,6 @@ const RuntimeComponent = (props) => {
217
217
  if (props.state) {
218
218
  return null;
219
219
  }
220
- if (!props.did && !props.projectId) {
221
- return null;
222
- }
223
220
  // 统一使用 /api/pages 接口
224
221
  const { data } = yield api.get('/api/pages', {
225
222
  params: {