mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 10:18:42 +08:00 
			
		
		
		
	修复 Breadcrumb dump key 的问题
This commit is contained in:
		| @@ -45,7 +45,8 @@ export default { | ||||
|       if (!name) { | ||||
|         return false | ||||
|       } | ||||
|       return name.trim() === 'Index' | ||||
|       // return name.trim() === 'Index' | ||||
|       return name.trim() === '首页' // 修复 Index 重复的问题 | ||||
|     }, | ||||
|     handleLink(item) { | ||||
|       const { redirect, path } = item | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 YunaiV
					YunaiV