feat: 1. 修改完善全局路由检测。 2. 完善统一的token认证管理,token失效自动跳转到登录页。
This commit is contained in:
@@ -616,10 +616,10 @@ export default function CrossCheckingResult() {
|
||||
setIsLoading(false);
|
||||
}
|
||||
},
|
||||
onCancel: () => {
|
||||
// 用户取消时不需要做任何处理
|
||||
console.log('[完成评查] 用户取消了确认操作');
|
||||
}
|
||||
// onCancel: () => {
|
||||
// // 用户取消时不需要做任何处理
|
||||
// console.log('[完成评查] 用户取消了确认操作');
|
||||
// }
|
||||
});
|
||||
} catch (error) {
|
||||
isProcessingRef.current = false;
|
||||
|
||||
Reference in New Issue
Block a user