This commit is contained in:
77
2024-03-31 20:24:38 +08:00
parent 7a91ff212a
commit 256fb116bf
6 changed files with 80 additions and 11307 deletions

23
src/views/Wmgy.vue Normal file
View File

@@ -0,0 +1,23 @@
<template>
<div class="home-wrapper">
<img src="../assets/wmgy.png" alt="">
</div>
</template>
<script>
export default {
name: 'WmgyPage',
components: {},
data() {
return {}
},
methods: {}
}
</script>
<style scoped>
img {
width: 100%;
height: 100%;
}
</style>