This commit is contained in:
花有清香月有阴
2022-01-10 10:45:17 +08:00
parent 075cf3ae3f
commit ea4719a987
2 changed files with 2 additions and 5 deletions

View File

@@ -4,7 +4,6 @@
<img src="./components/img/header.png" alt="">
<div class="content-info"></div>
</div>
</div>
</template>
@@ -20,10 +19,8 @@ export default {
},
computed: {...mapState(['user'])},
onShow() {
},
methods: {
},
}
</script>
@@ -44,6 +41,6 @@ export default {
margin: -136px 30px 0;
}
}
}
</style>