fix: 首页按钮跳转路径改为 /
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
yiqiu
2026-03-20 09:41:43 +08:00
parent e560e76f5f
commit 6089b9d2a5

View File

@@ -415,7 +415,7 @@ const topMenu = {
});
},
goIndex () {
location.href = "/index";
location.href = "/";
},
goShoppingCar () {
localStorage.frontMenusActiveId = "";