officialWebsite/src/views/businessintroduction/size1440/index.vue
2025-02-19 19:04:19 +08:00

10 lines
283 B
Vue

<script setup>
import { useAuth } from "@/store/auth/index.js";
const { clickSendCode, telNum, code, showTextCode, clickLogin } = useAuth();
</script>
<template>
<div class="box-border relative w-screen min-h-screen" style=""></div>
</template>
<style scoped lang="scss"></style>