mirror of
				https://github.com/continew-org/continew-admin.git
				synced 2025-10-31 10:57:13 +08:00 
			
		
		
		
	修复:修复超链接中不安全的 target blank
This commit is contained in:
		| @@ -2,9 +2,9 @@ | ||||
|   <a-layout-footer class="footer"> | ||||
|     {{ `Copyright © 2022-${new Date().getFullYear()} Charles7c` }} | ||||
|     <span> ⋅ </span> | ||||
|     <a href="https://github.com/Charles7c/continew-admin" target="_blank">{{ $t('title') }}</a> | ||||
|     <a href="https://github.com/Charles7c/continew-admin" target="_blank" rel="noopenner noreferrer">{{ $t('title') }}</a> | ||||
|     <span> ⋅ </span> | ||||
|     <a href="https://beian.miit.gov.cn" target="_blank">津ICP备2022005864号-2</a> | ||||
|     <a href="https://beian.miit.gov.cn" target="_blank" rel="noopenner noreferrer">津ICP备2022005864号-2</a> | ||||
|   </a-layout-footer> | ||||
| </template> | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user