Files
dvcp_v2_wechat_app/src/project/pingchang/AppGetwayRegister/AppGetwayRegister.vue

18 lines
231 B
Vue
Raw Normal View History

2022-09-20 17:12:14 +08:00
<template>
<div class="AppGetwayRegister"></div>
</template>
<script>
export default {
name: "AppGetwayRegister",
data() {
return {
}
},
}
</script>
<style lang="scss" scoped>
.AppGetwayRegister {}
</style>