修正调整路径
This commit is contained in:
parent
2716eaec4a
commit
431fec2942
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue