@@ -578,7 +578,7 @@ var mgDefauleVueObject = {
});
if (targetSize) {
- window.open(self.targetUrl, targetSize);
+ window.open(self.targetUrl, 'width=300,height=200');
} else {
window.open(self.targetUrl, 'width=300,height=200');
}