This website works better with JavaScript.
홈
탐색
도움말
가입하기
로그인
gitadmin
/
tuoheng_pilot_web_move_20240715
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
1
위키
Activity
레이블
마일스톤
새 풀 리퀘스트
#132
add status signout
병합
zhangtao
zhangtao
에서
develop
로 1 commits 를 머지했습니다
1 년 전
대화
0
커밋
1
Files Changed
1
1개의 변경된 파일
과
4개의 추가작업
그리고
0개의 파일을 삭제
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
src/utils/http/interceptors.js
+ 4
- 0
src/utils/http/interceptors.js
파일 보기
@@ -41,6 +41,10 @@ export function setupInterceptor(service) {
case -1:
$message.error(response.data.msg)
break
case -2:
$message.error(response.data.msg)
signoutRedirect()
break
case 401:
// 未登录(可能是token过期或者无效了)
signoutRedirect()
Write
Preview
Loading…
취소
저장