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 }