修改互联网单点登录

This commit is contained in:
sh
2025-11-18 14:45:53 +08:00
parent 19270088fe
commit 02f5ee320d

View File

@@ -222,7 +222,7 @@ public class SysLoginController
.put("token", localToken)
.put("accessUrl", "");
} else {
return AjaxResult.error("登录失效,请重新登录");
return AjaxResult.error("token获取失败!");
}
}