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

@@ -1,8 +1,8 @@
/*
* @Author: ZhaoYing
* @Date: 2026-02-02 16:33:54
* @Last Modified by: ZhaoYing
* @Last Modified time: 2026-02-02 16:33:54
* @Last Modified by: ZhaoYing
* @Last Modified time: 2026-02-04 18:30:10
*/
/**
* User Store
@@ -59,7 +59,8 @@ export interface UserState {
export const whitePage = [
'/conversation',
'/login',
'/invite-register'
'/invite-register',
'jump'
]
/** User store */