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,4 +1,13 @@
|
||||
export { getToken, getUserInfo, getLoginModuleRegExp } from './auth';
|
||||
export {
|
||||
setToken,
|
||||
getToken,
|
||||
getUserInfo,
|
||||
getLoginModuleRegExp,
|
||||
getLoginRedirectUrl,
|
||||
toLoginRedirectUrl,
|
||||
toHomeByLocation
|
||||
} from './auth';
|
||||
|
||||
export {
|
||||
isNumber,
|
||||
isString,
|
||||
@ -14,3 +23,5 @@ export {
|
||||
brightenColor,
|
||||
darkenColor
|
||||
} from './common';
|
||||
|
||||
export { setLocal, getLocal, setSession, getSession } from './storage';
|
||||
|
Reference in New Issue
Block a user