@@ -352,7 +352,7 @@ func (this *BaseController) Prepare() {
"/api/iam/iamlogin",
}
for _, v := range urls {
- fmt.Println("**this.Ctx.Input.URL()**", this.Ctx.Input.URL())
+ //fmt.Println("**this.Ctx.Input.URL()**", this.Ctx.Input.URL())
if this.Ctx.Input.URL() == v {
find = true
break