From c7cfd3354e6953cd1eb7bc3cc83a44919468f386 Mon Sep 17 00:00:00 2001 From: zhangqi <2794379662@qq.com> Date: Sun, 24 Jan 2021 17:33:18 +0800 Subject: [PATCH] =?UTF-8?q?update:=E6=89=93=E5=BC=80=E6=96=B0=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=94=B9=E4=B8=BA=E9=A1=B5=E9=9D=A2=E5=86=85=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/CA/UserApply.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/CA/UserApply.vue b/src/views/CA/UserApply.vue index f4b514a..7e35bca 100644 --- a/src/views/CA/UserApply.vue +++ b/src/views/CA/UserApply.vue @@ -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); }