邮箱-登录验证码

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

View File

@@ -179,7 +179,7 @@ export default {
if (sendFlag) { if (sendFlag) {
$.ajax({ $.ajax({
type: "post", type: "post",
url: "/login/sendSmsCode", url: "/login/sendEmailCode",
data: { 'account': account }, data: { 'account': account },
dataType: "json", dataType: "json",
success: function (data) { success: function (data) {