不加载gamma 谱,nuclide不显示二级菜单
This commit is contained in:
parent
26cc96b12d
commit
7995f08ccb
|
@ -1372,11 +1372,13 @@ export default {
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
type: 'a-menu-item',
|
type: 'a-menu-item',
|
||||||
|
show: this.isGamma,
|
||||||
title: 'Nuclide Library',
|
title: 'Nuclide Library',
|
||||||
handler: () => (this.nuclideLibraryModalVisible = true),
|
handler: () => (this.nuclideLibraryModalVisible = true),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'a-menu-item',
|
type: 'a-menu-item',
|
||||||
|
show: this.isGamma,
|
||||||
title: 'Config User Library',
|
title: 'Config User Library',
|
||||||
handler: () => (this.configUserLibModalVisible = true),
|
handler: () => (this.configUserLibModalVisible = true),
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user