mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-10-18 23:53:41 +08:00
fix(projects): fix mix-menu blank. fixed #389 & cache mixMenuFixed
This commit is contained in:
2
src/typings/storage.d.ts
vendored
2
src/typings/storage.d.ts
vendored
@@ -14,6 +14,8 @@ declare namespace StorageType {
|
||||
lang: App.I18n.LangType;
|
||||
/** The token */
|
||||
token: string;
|
||||
/** Fixed sider with mix-menu */
|
||||
mixSiderFixed: CommonType.YesOrNo;
|
||||
/** The refresh token */
|
||||
refreshToken: string;
|
||||
/** The user info */
|
||||
|
Reference in New Issue
Block a user