export default function openExecUrl(url) {
window.open(url, '_blank', 'width=973,height=490,location=1');
}