This commit is contained in:
xingyy 2023-12-12 14:39:39 +08:00
parent d134d3120e
commit 6276ee6465

View File

@ -7,7 +7,7 @@
</div>
</template>
<script setup >
import { ref, getCurrentInstance } from "vue";
import { ref } from "vue";
import {login,getInfo} from "@/http/apis";
let isShow = ref(true);
const getPhoneNumber =async (data) => {