replace替换历史纪录

This commit is contained in:
red-deng-deng 2021-12-21 17:06:53 +08:00
parent 8fe7ddbd32
commit b89029ca92
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@
this.promttip = '正在加载商品...'; this.promttip = '正在加载商品...';
this.openDialog(); this.openDialog();
setTimeout(() => { setTimeout(() => {
window.open('./homepage.html'); window.location.replace("./homepage.html");
}, 1000); }, 1000);
} else { } else {
self.maskshow = true; self.maskshow = true;