修正调整路径

This commit is contained in:
red-deng-deng 2022-01-24 10:54:15 +08:00
parent 2716eaec4a
commit 431fec2942
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@
sessionStorage.setItem('haskey', keyCode);
this.promttip = '正在加载商品...';
this.openDialog();
window.location.replace("./homepage.html");
window.location.replace("/homepage.html");
} else {
self.maskshow = true;
self.tiptext = res.message;