From d6eaac2ed601681457b7f162938c6b04613f5807 Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 25 Mar 2026 19:59:56 +1000 Subject: [PATCH] 1 --- src/components/Authe.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Authe.vue b/src/components/Authe.vue index 037829f..fc75d44 100644 --- a/src/components/Authe.vue +++ b/src/components/Authe.vue @@ -42,7 +42,7 @@ const auth_my = async () => { { action: "login" }, ); - const response = await axios.post("http://127.0.0.1:8004/login", { + const response = await axios.post("http://45.129.78.228:8004/login", { username: login.value, password: password.value, recaptcha_token: recaptchaToken,