公共登录类

This commit is contained in:
唐明明
2021-07-26 15:01:43 +08:00
parent 6f29bdc89f
commit f77f474602
10 changed files with 1338 additions and 2514 deletions

22
pages/login/sms.vue Normal file
View File

@@ -0,0 +1,22 @@
<template>
<view>
短信登录
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>