模板里有个网页框,网页框内使用当前页面跳转后页面在网页框里加载了;怎么让他在外层模板当前页跳转
window.parent.location = encodeURI(encodeURI("${servletURL}?viewlet=报表路径"));
window.parent.open(url)
你的跳转是怎么设置的
window.open的话 是会在新打开页面的