diff --git a/src/context/lex/lex.go b/src/context/lex/lex.go index 38867149..d8b3cf68 100644 --- a/src/context/lex/lex.go +++ b/src/context/lex/lex.go @@ -324,7 +324,7 @@ var Index = &ctx.Context{Name: "lex", Help: "词法解析", } } - m.Echo(string(word)) + m.Add("result", string(word)) } }},