Fix reset network

This commit is contained in:
世界
2026-05-05 20:19:19 +08:00
parent 3609cf660f
commit cfb2f8b652
7 changed files with 25 additions and 19 deletions
+1 -1
View File
@@ -243,7 +243,7 @@ func (s *CommandServer) ResetNetwork() {
if instance == nil || instance.Box() == nil {
return
}
instance.Box().Router().ResetNetwork()
instance.Box().Network().ResetNetwork()
}
func (s *CommandServer) UpdateWIFIState() {