<template>
<view style="display: flex;align-items: center;justify-content: center;height: 100vh;">
登录页
</view>
</template>
<script>
export default {
data() {
return {
};
},
onLoad() {
methods: {
}
</script>
<style>
</style>