不加载gamma 谱,nuclide不显示二级菜单

This commit is contained in:
任珮宇 2024-02-18 11:54:23 +08:00
parent 26cc96b12d
commit 7995f08ccb

View File

@ -1372,11 +1372,13 @@ export default {
children: [
{
type: 'a-menu-item',
show: this.isGamma,
title: 'Nuclide Library',
handler: () => (this.nuclideLibraryModalVisible = true),
},
{
type: 'a-menu-item',
show: this.isGamma,
title: 'Config User Library',
handler: () => (this.configUserLibModalVisible = true),
},