diff --git a/src/views/DNS.vue b/src/views/DNS.vue index 6663622a2f95f48666e364a114b80dfedc106ca9..84815f3b18a777a8158f6b6058ca0ef00de0a7a4 100644 --- a/src/views/DNS.vue +++ b/src/views/DNS.vue @@ -8,9 +8,7 @@ import axios from 'axios'; // 域名解析处理器 async function parseHanle() { - const proxyUrl = 'https://cors-anywhere.herokuapp.com/'; - const targetUrl = `https://dns.google.com/resolve?name=baidu.com` - const res = await axios.get(proxyUrl + targetUrl); + const res = await axios.get("http://139.159.151.0:8080/parse?domain=meibu1g.cn"); console.log(res); }