We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31d316f commit 3ec4823Copy full SHA for 3ec4823
web/src/view/superAdmin/menu/menu.vue
@@ -318,7 +318,7 @@ const form = ref({
318
ID: 0,
319
path: '',
320
name: '',
321
- hidden: '',
+ hidden: false,
322
parentId: '',
323
component: '',
324
meta: {
@@ -376,14 +376,15 @@ const initForm = () => {
376
377
378
379
380
381
382
383
title: '',
384
icon: '',
385
defaultMenu: false,
386
- keepAlive: ''
+ closeTab: false,
387
+ keepAlive: false
388
}
389
390
0 commit comments