Explorar el Código

解决小 bug

于添 hace 5 meses
padre
commit
e3b9372602
Se han modificado 1 ficheros con 1 adiciones y 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)