From e34442d2f1fee9bebc3490cafdc0f01280eb8b1e Mon Sep 17 00:00:00 2001
From: sgj <1442489573@qq.com>
Date: 星期五, 05 十二月 2025 17:10:52 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
fzzy-igdss-web/src/main/resources/static/axui/loginAndRegister.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fzzy-igdss-web/src/main/resources/static/axui/loginAndRegister.js b/fzzy-igdss-web/src/main/resources/static/axui/loginAndRegister.js
index ccba295..0122767 100644
--- a/fzzy-igdss-web/src/main/resources/static/axui/loginAndRegister.js
+++ b/fzzy-igdss-web/src/main/resources/static/axui/loginAndRegister.js
@@ -39,7 +39,7 @@
},
success: function(r) {
if (r.code == web_status.SUCCESS) {
- location.href = ctx + 'index';
+ location.href = ctx + 'index-gateway';
} else {
$('.imgcode').click();
$(".code").val("");
--
Gitblit v1.9.3