mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
refactor(projects): 精简代码
This commit is contained in:
@ -1,39 +1,4 @@
|
||||
export { setToken, getToken, removeToken, getUserInfo, resetAuthStorage } from './auth';
|
||||
|
||||
export {
|
||||
isNumber,
|
||||
isString,
|
||||
isBoolean,
|
||||
isNull,
|
||||
isUndefined,
|
||||
isObject,
|
||||
isArray,
|
||||
isDate,
|
||||
isRegExp,
|
||||
isSet,
|
||||
isMap,
|
||||
brightenColor,
|
||||
darkenColor,
|
||||
addColorAlpha,
|
||||
dynamicIconRender
|
||||
} from './common';
|
||||
|
||||
export {
|
||||
setLocal,
|
||||
getLocal,
|
||||
removeLocal,
|
||||
clearLocal,
|
||||
setSession,
|
||||
getSession,
|
||||
removeSession,
|
||||
clearSession
|
||||
} from './storage';
|
||||
|
||||
export {
|
||||
ROUTE_NAME_MAP,
|
||||
setRouterCacheName,
|
||||
getLoginRedirectUrl,
|
||||
setSingleRoute,
|
||||
getCacheRoutes,
|
||||
transformRouteToMenu
|
||||
} from './router';
|
||||
export * from './auth';
|
||||
export * from './common';
|
||||
export * from './storage';
|
||||
export * from './router';
|
||||
|
Reference in New Issue
Block a user