在微信菜单配置弄了等号后面的controller路径被拦截到login去了,怎么解
应用http://yhrt.wolfroom.cn/public/wx/wechat/5e449db2486245f0afc0cc36070d2f6c/oauth?goto_url=/public/h5/index
@IocBean
@At("/public/h5")
public class Wechath5Controller {
private static final Log log = Logs.get();
/**
*
* @Title: add
* @Description: TODO 跳转前端首页
* @param 参数
* @return void 返回类型
* @throws
*/
@At("/index")
@Ok("beetl:/public/wx/h5/index/index.html")
@RequiresAuthentication
public void index() {
}
}