根据用户权限判断,如果没有权限跳转另外一个页面。pc端是window.open
那移动端呢?有没有相应的接口。
setTimeout(function() {var url = encodeURI(encodeURI("${servletURL}?viewlet=demo/analytics/产品营收分析.frm"));FR.doHyperlinkByGet({url: url,title: '产品营收分析'});}, 5000);//延迟5秒后跳转到产品营收分析报表
https://help.fanruan.com/finereport/doc-view-3138.html
移动端参考
[通用]JS通过按钮控件开关对话框-https://help.fanruan.com/finereport/doc-view-3461.html