From 0bff96f48511982123ae5b754159520405db3bb3 Mon Sep 17 00:00:00 2001 From: shy Date: Wed, 25 Sep 2024 17:16:22 +0800 Subject: [PATCH] add some --- base/web/space.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/base/web/space.go b/base/web/space.go index c213c60e..4867d1d3 100644 --- a/base/web/space.go +++ b/base/web/space.go @@ -450,13 +450,12 @@ func init() { }) m.Sort("", kit.Simple(aaa.LOGIN, WEIXIN, PORTAL, WORKER, SERVER, ORIGIN)) } else { - if kit.IsIn(arg[0], "", ice.CONTEXTS) { + if kit.IsIn(arg[0], "", ice.CONTEXTS, ice.Info.NodeName) { m.Cmdy(arg[1:]) return } if ice.Info.NodeType == WORKER && !strings.HasPrefix(arg[0], ice.OPS) { arg[0] = kit.Keys(ice.OPS, arg[0]) - } for i := 0; i < 5; i++ { if _space_send(m, arg[0], kit.Simple(kit.Split(arg[1]), arg[2:])...); !m.IsErrNotFoundSpace() {