Files
dvcp_v2_wechat_app/project/sanjianxi/AppNeighborLinkage/addLinkage.vue
shijingjing 8c5ef4cdda 四邻联动
2022-04-18 11:54:05 +08:00

21 lines
231 B
Vue

<template>
<div class="addLinkage">
</div>
</template>
<script>
export default {
name: "addLinkage",
appName: "添加联动记录",
data() {
return {}
},
onShow() {},
methods: {}
}
</script>
<style>
</style>