1
2
3
4
5
6
7
8
9
10
11
12
13
14
| export const ELocalStorageKey = {
| Username: 'bs_username',
| WorkspaceId: 'bs_workspace_id',
| NormalToken: 'x-auth-token',
| Token: 'bs_x-auth-token',
| PlatformName: 'bs_platform_name',
| WorkspaceName: 'bs_workspace_name',
| WorkspaceDesc: 'bs_workspace_desc',
| Flag: 'bs_flag',
| UserId: 'bs_user_id',
| Device: 'bs_device',
| GatewayOnline: 'bs_gateway_online',
| UserInfo: 'bs_user_info',
| }
|
|