|  |  | @@ -80,11 +80,12 @@ import { useAppStore } from "@/store/modules/app"; | 
		
	
		
			
			|  |  |  | import { useTagsViewStore } from "@/store/modules/tagsView"; | 
		
	
		
			
			|  |  |  | import { useUserStore } from "@/store/modules/user"; | 
		
	
		
			
			|  |  |  | import { useI18n } from "vue-i18n"; | 
		
	
		
			
			|  |  |  | import LangSelect from "@/components/LangSelect/index.vue"; | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | const { locale } = useI18n(); | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | // 当前语言状态与国际化组件 | 
		
	
		
			
			|  |  |  | const lanChange = ref(locale); | 
		
	
		
			
			|  |  |  | import LangSelect from "@/components/LangSelect/index.vue"; | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | const appStore = useAppStore(); | 
		
	
		
			
			|  |  |  | const tagsViewStore = useTagsViewStore(); | 
		
	
	
		
			
				|  |  | 
 |