摘要: 封装方法 import axios from 'axios' const allowIP = ['119.133.5.19']; //允许访问 async function getIp() { const res=await axios.get('https://api.ipify.org/')// 阅读全文
posted @ 2021-06-26 17:17 sanhuamao 阅读(609) 评论(0) 推荐(0) 编辑