feat: 1. 修改完善全局路由检测。 2. 完善统一的token认证管理,token失效自动跳转到登录页。

This commit is contained in:
2025-11-18 20:32:43 +08:00
parent e7b1c2e294
commit adfb84a31d
17 changed files with 270 additions and 294 deletions
+4 -4
View File
@@ -616,10 +616,10 @@ export default function CrossCheckingResult() {
setIsLoading(false);
}
},
onCancel: () => {
// 用户取消时不需要做任何处理
console.log('[完成评查] 用户取消了确认操作');
}
// onCancel: () => {
// // 用户取消时不需要做任何处理
// console.log('[完成评查] 用户取消了确认操作');
// }
});
} catch (error) {
isProcessingRef.current = false;