Browse Source

去掉打印

master
suyanyan 1 month ago
parent
commit
5e7f2451bf
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      SafeCampus.WEB/src/api/request/instance.ts

+ 0
- 2
SafeCampus.WEB/src/api/request/instance.ts View File

@@ -110,8 +110,6 @@ export default class RequestHttp {
*/
this.service.interceptors.response.use(
(response: AxiosResponse) => {
console.log(response, "........");

// 检查并存储授权信息
this.checkAndStoreAuthentication(response);
const { data, config } = response;


Loading…
Cancel
Save