Compare commits

...

1 Commits

Author SHA1 Message Date
hoteas 127e027940 修复重复执行context.View()的bug 2022-08-25 14:06:31 +08:00
+1 -1
View File
@@ -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
})
}