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