默认打开页面,就已经跳转到指定链接了
var parturl='https://www.baidu.com/';
//window.open(parturl);//新窗口跳转
window.location=parturl;//本页面跳转,替换本页面
window.location = encodeURI(encodeURI("${servletURL}?viewlet=报表路径"));
写在加载起始事件里