From 127e0279401ff04967e24a6db1980089d8101c69 Mon Sep 17 00:00:00 2001 From: hoteas Date: Thu, 25 Aug 2022 14:06:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=87=8D=E5=A4=8D=E6=89=A7?= =?UTF-8?q?=E8=A1=8Ccontext.View()=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application.go b/application.go index 4148797..b4c962e 100644 --- a/application.go +++ b/application.go @@ -753,7 +753,7 @@ func setMakeCodeListener(name string, appIns *Application) { context.Router[context.RouterString[0]][context.RouterString[1]]["remove"](context) } - context.View() + //context.View() return true }) }