mirror of
https://github.com/ehang-io/nps.git
synced 2025-08-31 17:56:56 +00:00
Exit bug、web display
This commit is contained in:
@@ -242,7 +242,7 @@ func GetTunnel(start, length int, typeVal string, clientId int, search string) (
|
||||
v.Client.IsConnect = false
|
||||
}
|
||||
if start--; start < 0 {
|
||||
if length--; length > 0 {
|
||||
if length--; length >= 0 {
|
||||
if _, ok := RunList[v.Id]; ok {
|
||||
v.RunStatus = true
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user