优化桌面端无用菜单和地磅数据可手动功能。
This commit is contained in:
@@ -306,16 +306,7 @@ namespace YY.Admin.ViewModels
|
||||
ViewName = "MenuTreeView",
|
||||
Command = new DelegateCommand<NavItem>(it => _ = NavigateToViewAsync(CommonConst.MenuRegion, it.ViewName))
|
||||
},
|
||||
new NavItem {
|
||||
Icon = "GamepadVariantOutline",
|
||||
Name = "菜单区域",
|
||||
Command = new DelegateCommand<NavItem>(it => _ = NavigateToViewAsync(CommonConst.MenuRegion, it.ViewName))
|
||||
},
|
||||
new NavItem {
|
||||
Icon = "FoodAppleOutline",
|
||||
Name = "Tab区域",
|
||||
Command = new DelegateCommand<NavItem>(OnOpenOrActivateTab)
|
||||
},
|
||||
// 已隐藏开发调试用「菜单区域」「Tab区域」,日常仅保留「功能菜单」
|
||||
(_menuTreeToggleNavItem = new NavItem {
|
||||
Icon = "ChevronDoubleLeft",
|
||||
Name = "折叠菜单",
|
||||
|
||||
Reference in New Issue
Block a user