|
|
@@ -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)
|