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.openDialog();
setTimeout(() => {
window.open('./homepage.html');
window.location.replace("./homepage.html");
}, 1000);
} else {
self.maskshow = true;