update:打开新页面改为页面内跳转
This commit is contained in:
@@ -128,7 +128,8 @@ export default {
|
||||
applyId: this.currentApplyId
|
||||
});
|
||||
if (res.errorCode == 0) {
|
||||
window.open(res.data);
|
||||
// window.open(res.data);
|
||||
location.href = res.data;
|
||||
} else {
|
||||
message.error(res.errorMsg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user