From daa01fcdb6a586108601f096590083467da0bd4f Mon Sep 17 00:00:00 2001 From: shylinux Date: Fri, 22 Oct 2021 17:29:39 +0800 Subject: [PATCH] opt some --- base/web/space.go | 1 + 1 file changed, 1 insertion(+) diff --git a/base/web/space.go b/base/web/space.go index 6c9f8a4d..8fa64634 100644 --- a/base/web/space.go +++ b/base/web/space.go @@ -19,6 +19,7 @@ func _space_link(m *ice.Message, pod string, arg ...interface{}) string { return tcp.ReplaceLocalhost(m, kit.MergeURL2(m.Option(ice.MSG_USERWEB), "/chat/pod/"+pod, arg...)) } func _space_domain(m *ice.Message) (link string) { + link = m.Config(kit.MDB_DOMAIN) if link == "" { link = m.Cmd(SPACE, ice.DEV, cli.PWD).Append(kit.MDB_LINK) }