修改header

This commit is contained in:
yuyongdong 2024-08-20 14:59:25 +08:00
parent 22772b6e86
commit b4db71543b

View File

@ -225,6 +225,8 @@ function handNavCurent(nav) {
window.open(nav.path, "_blank")
} else if(nav.id == 6) {
window.open(`${location.origin}${nav.path}`, "_blank")
} else if(nav.id == 7) {
window.open(`${location.origin}${nav.path}`, "_blank")
}
// if (nav.id == 1 || nav.id == 2 || nav.id == 3) {
// window.open(nav.path, "_blank");
@ -333,6 +335,8 @@ watch(() => route.path,(newPath, oldPath) => {
isCart.value = true
}else if(routerPath[1] == 'cecActivity') {
isHeaderShow.value = false
}else if(routerPath[1] == 'claim') {
isHeaderShow.value = false
} else {
isHeaderShow.value = true
isCart.value = false