换个位置

This commit is contained in:
shijingjing
2023-03-16 14:01:16 +08:00
parent 58f44dc9b5
commit 2df5e5fc35
3 changed files with 33 additions and 21 deletions

View File

@@ -0,0 +1,27 @@
<template>
<div class="AppHarvestQR">
</div>
</template>
<script>
export default {
name: "AppHarvestQR",
appName: '丰收码',
data() {
return {
}
},
methods: {
},
onShow() {},
}
</script>
<style lang="scss" scoped>
.AppHarvestQR {
}
</style>