mirror of
				https://gitee.com/hhyykk/ipms-sjy-ui.git
				synced 2025-10-31 18:28:44 +08:00 
			
		
		
		
	fix: eslint
This commit is contained in:
		| @@ -35,9 +35,12 @@ onMounted(() => { | ||||
|   // 首次加载小红点 | ||||
|   getUnreadCount() | ||||
|   // 轮询刷新小红点 | ||||
|   setInterval(() => { | ||||
|     getUnreadCount() | ||||
|   }, 1000 * 60 * 2) | ||||
|   setInterval( | ||||
|     () => { | ||||
|       getUnreadCount() | ||||
|     }, | ||||
|     1000 * 60 * 2 | ||||
|   ) | ||||
| }) | ||||
| </script> | ||||
| <template> | ||||
|   | ||||
| @@ -410,7 +410,7 @@ watch( | ||||
|         { | ||||
|           icon: 'ep:close', | ||||
|           label: t('common.closeTab'), | ||||
|            disabled: !!visitedViews?.length && selectedTag?.meta.affix, | ||||
|           disabled: !!visitedViews?.length && selectedTag?.meta.affix, | ||||
|           command: () => { | ||||
|             closeSelectedTag(selectedTag!) | ||||
|           } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 xingyu
					xingyu