fix warning

This commit is contained in:
2024-09-06 15:36:19 +08:00
parent bdfab3ab29
commit 7f9c4bc663
17 changed files with 40 additions and 60 deletions

View File

@@ -6,7 +6,7 @@ const TAG = '[RestAPIPage]'
@Entry({routeName: "RestAPIPage"})
@Component
export struct RestAPIPage {
struct RestAPIPage {
@State viewModel: RestAPIViewModel = new RestAPIViewModel();

View File

@@ -60,7 +60,7 @@ class TcpSocket {
@Component
@Entry
export struct TcpSocketPage {
struct TcpSocketPage {
tcpSocket: TcpSocket = new TcpSocket();