邮箱-登录验证码

This commit is contained in:
khalil
2025-03-17 18:06:19 +08:00
parent 4f86375fa3
commit 3256cf38c4
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
<div class="pull-right hidden-xs">
<b>Version</b> 2.0.0
</div>
<strong>Copyright &copy; 2024 <a href="">触海网络</a>.</strong> All rights
<strong>Copyright &copy; 2025 <a href="">卡盖亚网络</a>.</strong> All rights
reserved.
</footer>
</template>

View File

@@ -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) {