mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-25 22:30:19 +08:00
fix(projects): 修复登录页刷新跳404
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export { setToken, getToken, removeToken, getUserInfo, resetAuthStorage, getLoginModuleRegExp } from './auth';
|
||||
export { setToken, getToken, removeToken, getUserInfo, resetAuthStorage } from './auth';
|
||||
|
||||
export {
|
||||
isNumber,
|
||||
@@ -13,7 +13,6 @@ export {
|
||||
isSet,
|
||||
isMap,
|
||||
brightenColor,
|
||||
shallowColor,
|
||||
darkenColor,
|
||||
addColorAlpha,
|
||||
dynamicIconRender
|
||||
|
||||
Reference in New Issue
Block a user