2025-02-21 02:09:59 +00:00
|
|
|
<script setup>
|
2025-02-21 03:12:53 +00:00
|
|
|
import { useAuth } from "@/store/auth/index.js";
|
|
|
|
const { clickSendCode, telNum, code, showTextCode, clickLogin } = useAuth();
|
2025-02-21 02:09:59 +00:00
|
|
|
</script>
|
2025-02-21 03:12:53 +00:00
|
|
|
<template>
|
|
|
|
<div class="box-border relative w-screen min-h-screen" style=""></div>
|
|
|
|
</template>
|
2025-02-21 02:09:59 +00:00
|
|
|
|
2025-02-21 03:12:53 +00:00
|
|
|
<style scoped lang="scss"></style>
|