|
|
@@ -578,9 +578,9 @@ var mgDefauleVueObject = {
|
|
|
});
|
|
|
|
|
|
if (targetSize) {
|
|
|
- window.open(self.targetUrl, 'width=300,height=200');
|
|
|
+ window.open(self.targetUrl, '', 'width=300,height=200');
|
|
|
} else {
|
|
|
- window.open(self.targetUrl, 'width=300,height=200');
|
|
|
+ window.open(self.targetUrl, '', 'width=300,height=200');
|
|
|
}
|
|
|
},
|
|
|
submitFormByEvent : function(event){
|