2021-10-18 18:01:14 +08:00
|
|
|
export { setToken, getToken, removeToken, getUserInfo, resetAuthStorage, getLoginModuleRegExp } from './auth';
|
2021-09-14 01:31:29 +08:00
|
|
|
|
2021-08-13 14:22:35 +08:00
|
|
|
export {
|
|
|
|
isNumber,
|
|
|
|
isString,
|
|
|
|
isBoolean,
|
|
|
|
isNull,
|
|
|
|
isUndefined,
|
|
|
|
isObject,
|
|
|
|
isArray,
|
|
|
|
isDate,
|
|
|
|
isRegExp,
|
|
|
|
isSet,
|
2021-08-18 12:02:59 +08:00
|
|
|
isMap,
|
2021-08-27 12:00:09 +08:00
|
|
|
brightenColor,
|
2021-10-14 18:21:17 +08:00
|
|
|
shallowColor,
|
2021-09-15 07:35:38 +08:00
|
|
|
darkenColor,
|
2021-10-15 12:02:53 +08:00
|
|
|
addColorAlpha,
|
2021-09-15 07:35:38 +08:00
|
|
|
dynamicIconRender
|
2021-08-13 14:22:35 +08:00
|
|
|
} from './common';
|
2021-09-14 01:31:29 +08:00
|
|
|
|
2021-09-16 13:58:11 +08:00
|
|
|
export {
|
|
|
|
setLocal,
|
|
|
|
getLocal,
|
|
|
|
removeLocal,
|
|
|
|
clearLocal,
|
|
|
|
setSession,
|
|
|
|
getSession,
|
|
|
|
removeSession,
|
|
|
|
clearSession
|
|
|
|
} from './storage';
|
2021-10-11 17:51:16 +08:00
|
|
|
|
2021-10-18 18:01:14 +08:00
|
|
|
export { getRouteNameMap, setRouterCacheName, getLoginRedirectUrl } from './router';
|