This commit is contained in:
shijingjing
2022-09-20 17:12:14 +08:00
parent 02bdd4ab18
commit ecb0d25950
11 changed files with 2766 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
<template>
<div class="AppGetwayRegister"></div>
</template>
<script>
export default {
name: "AppGetwayRegister",
data() {
return {
}
},
}
</script>
<style lang="scss" scoped>
.AppGetwayRegister {}
</style>