mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-11-15 21:23:41 +08:00
fix(projects): 修复登录的重定向地址
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
export { setLocal, getLocal, removeLocal } from './local';
|
||||
export { setSession, getSession } from './session';
|
||||
export { setLocal, getLocal, removeLocal, clearLocal } from './local';
|
||||
export { setSession, getSession, removeSession, clearSession } from './session';
|
||||
|
||||
Reference in New Issue
Block a user