mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-10-17 07:03:42 +08:00
fix(projects): menu fixedIndexInTab default null
This commit is contained in:
@@ -105,7 +105,7 @@ function createDefaultModel(): Model {
|
||||
keepAlive: false,
|
||||
href: '',
|
||||
multiTab: false,
|
||||
fixedIndexInTab: 0,
|
||||
fixedIndexInTab: null,
|
||||
roles: [],
|
||||
buttons: [],
|
||||
query: {}
|
||||
|
Reference in New Issue
Block a user