陈剑华

fix: 19768 内容找不到了默认缺省页,顶部缺少分割线,左下角缺少返回按钮,见截图

@@ -338,8 +338,7 @@ export struct SpacialTopicPageComponent { @@ -338,8 +338,7 @@ export struct SpacialTopicPageComponent {
338 // WindowModel.shared.setWindowLayoutFullScreen(true) 338 // WindowModel.shared.setWindowLayoutFullScreen(true)
339 } 339 }
340 this.webUrl = this.action?.params?.url || '' 340 this.webUrl = this.action?.params?.url || ''
341 - // this.isNetConnected = NetworkUtil.isNetConnected()  
342 - this.isNetConnected = false; 341 + this.isNetConnected = NetworkUtil.isNetConnected()
343 // this.getDetail() 342 // this.getDetail()
344 } 343 }
345 344