feat(web): sso

This commit is contained in:
zhaoying
2026-02-04 17:47:46 +08:00
parent 161da723b9
commit 7e0b31626f
5 changed files with 63 additions and 8 deletions

View File

@@ -53,7 +53,8 @@
{
"element": "NoAuthLayout",
"children": [
{ "path": "/conversation/:token", "element": "Conversation" }
{ "path": "/conversation/:token", "element": "Conversation" },
{ "path": "/jump", "element": "Jump" }
]
},
{