From 2f20cffc04ed5c7b3119478ecb34d58f972caf40 Mon Sep 17 00:00:00 2001 From: wanglei Date: Sat, 26 Apr 2025 10:32:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dangan-ui/src/views/dangan/task/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dangan-ui/src/views/dangan/task/index.vue b/dangan-ui/src/views/dangan/task/index.vue index 6d14ade..babb917 100644 --- a/dangan-ui/src/views/dangan/task/index.vue +++ b/dangan-ui/src/views/dangan/task/index.vue @@ -757,7 +757,8 @@ // 向给定ID的用户发起请求 //axios.post('https://4493yu98cz42.vicp.fun/get_file_count',`taskId=${this.form.id}`, { //axios.post('http://ocr.nat300.top/get_file_count',`taskId=${this.form.id}`, { - axios.post('http://20.206.150.166:22443/get_file_count',`taskId=${this.form.id}`, { + // axios.post('http://20.206.150.166:22443/get_file_count',`taskId=${this.form.id}`, { + axios.post('http://119.45.15.215:2332/get_file_count',`taskId=${this.form.id}`, { headers: { 'Content-Type': 'application/x-www-form-urlencoded' }