husq
2023-10-16 4da60fca8bbcfb7fcf2119a494bed1042da74f48
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: {