This commit is contained in:
hoteas 2017-08-17 01:53:04 +00:00
parent 5955387788
commit f97dd2752b

1
app.go
View File

@ -209,6 +209,7 @@ func (this *App) handler(w http.ResponseWriter, req *http.Request) {
//访问拦截 //访问拦截
if this.connectListener != nil { if this.connectListener != nil {
if !this.connectListener(context) { if !this.connectListener(context) {
context.View()
return return
} }
} }