mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-25 22:30:19 +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