From ab3f6efe7ca3799c1039ddb34d92607ba5bd052b Mon Sep 17 00:00:00 2001 From: nesxy Date: Fri, 29 Mar 2019 14:16:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=9D=E8=AF=95=E4=BF=AE=E5=A4=8D=E5=BE=AE?= =?UTF-8?q?=E4=BF=A1=E9=A2=86=E5=88=B8=E7=99=BD=E5=B1=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/view/home.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view/home.vue b/src/view/home.vue index 76cbc9d..b21d5fc 100644 --- a/src/view/home.vue +++ b/src/view/home.vue @@ -375,7 +375,7 @@ export default { }, openCouponUrl(url){ if(url){ - window.replace(url); + window.location.replace(url); } } },