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,