This commit is contained in:
zhangds 2024-02-25 14:54:25 +08:00
parent 955c14843a
commit fe1d5b05de
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@
setTimeout(() => {
// 跳转包码页面
window.location.href = 'packkey/goods-index.html';
window.location.href = '/packkey/goods-index.html';
}, 300)
},