mirror of
https://gitee.com/dromara/sa-token.git
synced 2026-02-27 16:50:24 +08:00
前后端分离模式下接入SSO的示例
This commit is contained in:
@@ -51,4 +51,9 @@ public class SaRequestForSolon implements SaRequest {
|
||||
return ctx.method();
|
||||
}
|
||||
|
||||
public Object forward(String path) {
|
||||
ctx.forward(path);
|
||||
return null;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user