update code

dev
haha 2024-06-23 23:13:28 +08:00
parent 5bc6a7ddc9
commit 689f0ad2a6
1 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,34 @@
<template>
<div>
AI- 广州
</div>
</template>
<script>
export default {
name: 'JhbigscreenAiGz',
data() {
return {
};
},
mounted() {
document.body.classList.add("no-header");
},
beforeDestroy(){
document.body.classList.remove("no-header");
},
methods: {
},
};
</script>
<style lang="less">
body.no-header{
.main-header{
display: none;
}
}
</style>