Explorar o código

解决小 bug

于添 hai 5 meses
pai
achega
e3b9372602
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)