便民服务

This commit is contained in:
shijingjing
2023-03-16 11:15:44 +08:00
parent 4a0391157d
commit 14466882a8

View File

@@ -0,0 +1,31 @@
<template>
<div class="AppConvenientService">
<div class="card-list">
便民服务
</div>
</div>
</template>
<script>
export default {
name: "AppConvenientService",
appName: "便民服务",
data() {
return {
}
},
methods: {
},
onShow() {
}
}
</script>
<style lang="scss" scoped>
.AppConvenientService {
}
</style>