董国庆
2025-03-17 3fdfaf5caad7eb780afc0fd7c80beac6cf69e88a
management/src/utils/utils.js
@@ -57,7 +57,7 @@
      ...params,
    }),
    headers: {
      Authorization:'Bearer '+ localStorage.getItem('token'),
      Authorization:'Bearer ' +  localStorage.getItem('token'),
      'ConTent-Type': 'application/json;charset=UTF-8',
      timestamp: new Date().getTime(),
      client: localStorage.getItem('client')
@@ -85,7 +85,7 @@
    method: 'get',
    responseType: 'blob',
    headers: {
      Authorization:'Bearer '+ localStorage.getItem('token'),
      Authorization:'Bearer ' + localStorage.getItem('token'),
      'ConTent-Type': 'application/json;charset=UTF-8',
      timestamp: new Date().getTime(),
      client: localStorage.getItem('client')