From 1e3dc5547a12d44287aef3cadcda6c1b19dfcb21 Mon Sep 17 00:00:00 2001 From: "huan.xu" <275942173@qq.com> Date: Thu, 16 Apr 2020 17:16:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.vue b/src/pages/index.vue index 577edfd..f8e257a 100644 --- a/src/pages/index.vue +++ b/src/pages/index.vue @@ -331,7 +331,7 @@ export default { params.userId != undefined && params.reqType != undefined ) { - alert(1); + alert(2); location.href = '/'; }