diff --git a/app.go b/app.go index 6a436c0..4dcf173 100644 --- a/app.go +++ b/app.go @@ -209,6 +209,7 @@ func (this *App) handler(w http.ResponseWriter, req *http.Request) { //访问拦截 if this.connectListener != nil { if !this.connectListener(context) { + context.View() return } }