From d5e5ea65216b16371c445c1068986198220f5ed0 Mon Sep 17 00:00:00 2001
From: Yohann0617 <852221040@qq.com>
Date: Wed, 3 Apr 2024 22:57:10 +0800
Subject: [PATCH] update
---
foreign-server/src/main/resources/static/proxyIp.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/foreign-server/src/main/resources/static/proxyIp.html b/foreign-server/src/main/resources/static/proxyIp.html
index 39001f4..3b78f2b 100644
--- a/foreign-server/src/main/resources/static/proxyIp.html
+++ b/foreign-server/src/main/resources/static/proxyIp.html
@@ -238,7 +238,7 @@
代理IP列表
- 解析到CF
+ 解析到CF
获取IP信息
@@ -307,7 +307,7 @@ 代理IP列表
for (const key in responseData) {
formattedData += `| "${key}" : "${responseData[key]}"\n`;
}
- this.$alert(formattedData, 'IP:' + ip+' 信息', {
+ this.$alert(formattedData, 'IP:' + ip + ' 信息', {
confirmButtonText: '确定',
dangerouslyUseHTMLString: true, // 添加此行以允许 HTML 字符串
callback: action => {
@@ -337,7 +337,7 @@ 代理IP列表
.catch(error => console.error('Error deleting data:', error));
}
},
- async addSingleDnsRecord(ip) {
+ async addSingleDnsRecord(id, ip) {
if (confirm(`确定要解析ip: ${ip} 这条记录的到dns记录中吗?`)) {
await axios.post(`${this.apiUrl}/proxyIp/addSingleDnsRecord`, {id: id})
.then(response => {