设置默认账套

This commit is contained in:
jinbooks_dev
2025-06-17 10:21:47 +08:00
parent c12579aa70
commit 89b954320f
4 changed files with 23 additions and 4 deletions

View File

@ -4,7 +4,7 @@ const TokenKey: any = 'Admin-Token'
const RefreshTokenKey: any = 'refresh_token'
const TokenInfoKey: any = '_token'
const UserInfoKey: any = 'user'
const SetsKey: any = 'booksSet'
const SetsKey: any = 'books'
export function getToken(): any {
return Cookies.get(TokenKey)