소스 검색

解决小 bug

于添 5 달 전
부모
커밋
e3b9372602
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/portal/components/UserHeader.vue

+ 1 - 1
src/views/portal/components/UserHeader.vue

@@ -162,7 +162,7 @@
 // 获取路径部分
 		const currentPath = window.location.pathname;
 		console.log('当前路径',' currentPath ',currentPath)
-		if(currentPath != '/tlogin'){
+		if(currentPath != '/tlogin' && currentPath != '/jump'){
 			//站内信
 			let funcType1 = await getCount({funcType : 1})
 			console.log('获取未读数量 站内信',funcType1)