fix(projects): menu fixedIndexInTab default null

This commit is contained in:
paynezhuang
2024-04-27 00:03:17 +08:00
parent 6b465c0ebd
commit 3d10ef1a90
2 changed files with 2 additions and 2 deletions

View File

@ -105,7 +105,7 @@ function createDefaultModel(): Model {
keepAlive: false,
href: '',
multiTab: false,
fixedIndexInTab: 0,
fixedIndexInTab: null,
roles: [],
buttons: [],
query: {}