guoshilong
2023-10-13 744f3b89a2ed8832f669f322ace820d65cba33fc
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: {