xieb
2023-11-16 16fcff23e254e02bd0b09624e8dc44b6097dc6f9
src/api/http/request.ts
@@ -11,7 +11,6 @@
function getAuthToken () {
  return localStorage.getItem(ELocalStorageKey.Token)
}
console.log(import.meta.env.VITE_BASE_API, 'request.ts')
const instance = axios.create({
  // withCredentials: true,
  headers: {