From 3256cf38c4b3a4127c2a570c10fe7737ae9af573 Mon Sep 17 00:00:00 2001 From: khalil Date: Mon, 17 Mar 2025 18:06:19 +0800 Subject: [PATCH] =?UTF-8?q?=E9=82=AE=E7=AE=B1-=E7=99=BB=E5=BD=95=E9=AA=8C?= =?UTF-8?q?=E8=AF=81=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/footer/index.vue | 2 +- src/views/login/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/footer/index.vue b/src/components/footer/index.vue index f81b8e9..ecf92f6 100644 --- a/src/components/footer/index.vue +++ b/src/components/footer/index.vue @@ -3,7 +3,7 @@ - Copyright © 2024 触海网络. All rights + Copyright © 2025 卡盖亚网络. All rights reserved. diff --git a/src/views/login/index.vue b/src/views/login/index.vue index fbc1341..f88c409 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -179,7 +179,7 @@ export default { if (sendFlag) { $.ajax({ type: "post", - url: "/login/sendSmsCode", + url: "/login/sendEmailCode", data: { 'account': account }, dataType: "json", success: function (data) {