From b89029ca9276a666f5021491f11397d41b4e29cc Mon Sep 17 00:00:00 2001 From: red-deng-deng <1924913374@qq.com> Date: Tue, 21 Dec 2021 17:06:53 +0800 Subject: [PATCH] =?UTF-8?q?replace=E6=9B=BF=E6=8D=A2=E5=8E=86=E5=8F=B2?= =?UTF-8?q?=E7=BA=AA=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index de37a6f..4e418b4 100644 --- a/index.html +++ b/index.html @@ -209,7 +209,7 @@ this.promttip = '正在加载商品...'; this.openDialog(); setTimeout(() => { - window.open('./homepage.html'); + window.location.replace("./homepage.html"); }, 1000); } else { self.maskshow = true;