You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
517 B
14 lines
517 B
export default class Keys { |
|
public static STORAGE_UUID = 'uuid' |
|
public static STORAGE_TENANT_ID = 'tenant' |
|
public static STORAGE_TOKEN = 'token' |
|
public static STORAGE_REFRESH_TOKEN = 'refreshToken' |
|
public static STORAGE_USER_INFO = 'userInfo' |
|
public static STORAGE_ROLE_ROUTERS = 'roleRouters' |
|
public static STORAGE_DICT_CACHE = 'dict' |
|
public static STORAGE_LANG = 'lang' |
|
public static STORAGE_STATIONID = 'stationId' |
|
public static STORAGE_THEME = 'EDFS-THEME' |
|
|
|
public static CODE_SUCCEED = 0 |
|
}
|
|
|