mirror of
				https://gitee.com/dromara/mayfly-go
				synced 2025-11-04 16:30:25 +08:00 
			
		
		
		
	fix: 问题修复
This commit is contained in:
		@@ -45,9 +45,6 @@ const state = reactive({
 | 
			
		||||
    isShow: false,
 | 
			
		||||
    dropdownList: [
 | 
			
		||||
        { contextMenuClickId: 0, txt: '刷新', affix: false, icon: 'RefreshRight' },
 | 
			
		||||
        { contextMenuClickId: 1, txt: '关闭', affix: false, icon: 'Close' },
 | 
			
		||||
        { contextMenuClickId: 2, txt: '关闭其他', affix: false, icon: 'CircleClose' },
 | 
			
		||||
        { contextMenuClickId: 3, txt: '关闭所有', affix: false, icon: 'FolderDelete' },
 | 
			
		||||
    ],
 | 
			
		||||
    item: {} as any,
 | 
			
		||||
    arrowLeft: 10,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user