tangning 7 달 전
부모
커밋
ac8e25ac76
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/request/index.ts

+ 1 - 1
src/request/index.ts

@@ -95,7 +95,7 @@ const responseInterceptor = (res: AxiosResponse<any, any>) => {
       type: "warning",
       showClose: false
     }).then(async () => {
-      window.open(window.location.origin + "/admin/#/statistics/scene");
+      window.open(window.location.origin + "/admin/#/login");
     });
   };
   if (!successCode.includes(res.data.code)) {