mirror of
https://gitee.com/dromara/sa-token.git
synced 2025-09-18 17:48:03 +08:00
修复 sa-token-demo-sso3-client-nosdk 项目中单点注销 url 配置错误的问题
This commit is contained in:
@@ -40,7 +40,7 @@ public class SsoRequestUtil {
|
||||
/**
|
||||
* 单点注销地址
|
||||
*/
|
||||
public static String sloUrl = "http://sa-sso-server.com:9000/sso/logout";
|
||||
public static String sloUrl = "http://sa-sso-server.com:9000/sso/signout";
|
||||
|
||||
/**
|
||||
* 接口调用秘钥
|
||||
|
Reference in New Issue
Block a user