This commit is contained in:
hoteas 2017-08-17 01:53:04 +00:00
parent e9605d3a3b
commit 3f45f53725

View File

@ -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
}
}