修改header
This commit is contained in:
parent
22772b6e86
commit
b4db71543b
@ -225,6 +225,8 @@ function handNavCurent(nav) {
|
|||||||
window.open(nav.path, "_blank")
|
window.open(nav.path, "_blank")
|
||||||
} else if(nav.id == 6) {
|
} else if(nav.id == 6) {
|
||||||
window.open(`${location.origin}${nav.path}`, "_blank")
|
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) {
|
// if (nav.id == 1 || nav.id == 2 || nav.id == 3) {
|
||||||
// window.open(nav.path, "_blank");
|
// window.open(nav.path, "_blank");
|
||||||
@ -333,6 +335,8 @@ watch(() => route.path,(newPath, oldPath) => {
|
|||||||
isCart.value = true
|
isCart.value = true
|
||||||
}else if(routerPath[1] == 'cecActivity') {
|
}else if(routerPath[1] == 'cecActivity') {
|
||||||
isHeaderShow.value = false
|
isHeaderShow.value = false
|
||||||
|
}else if(routerPath[1] == 'claim') {
|
||||||
|
isHeaderShow.value = false
|
||||||
} else {
|
} else {
|
||||||
isHeaderShow.value = true
|
isHeaderShow.value = true
|
||||||
isCart.value = false
|
isCart.value = false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user