1
0
tangning 7 месяцев назад
Родитель
Сommit
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)) {