9433cfb9创建于 2025年12月31日历史提交
<template>
  <view class="page">
    <button type="primary">登录</button>
  </view>
</template>

<script>
  export default {
    data() {
      return {
      }
    },
    created() {
    },
    methods: {
    }
  }
</script>

<style>
  .page {
    padding: 15px;
  }
</style>