officialWebsite/src/views/companyprofildetail/size1920/index.vue

10 lines
283 B
Vue
Raw Normal View History

2025-02-21 02:09:59 +00:00
<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>