let url = padUrl + '?id=0011' + `&name=${ this.mainData.userInfo.name}`;

window.open(url, '_blank', 'resizable=yes, toolbar=yes, location=yes, directories=no, status=no, width=600, height=600');
展开
评论