replace替换历史纪录
This commit is contained in:
parent
8fe7ddbd32
commit
b89029ca92
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue