瀏覽代碼

去掉打印

master
suyanyan 1 月之前
父節點
當前提交
5e7f2451bf
共有 1 個檔案被更改,包括 0 行新增2 行删除
  1. +0
    -2
      SafeCampus.WEB/src/api/request/instance.ts

+ 0
- 2
SafeCampus.WEB/src/api/request/instance.ts 查看文件

@@ -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…
取消
儲存