[Vuejs]-Removing access_token in cookie before sending axios request

0👍

Have you tried using the config object? it seems you can set the header there. Also you can set the header per application with the create instance config.
https://github.com/axios/axios#creating-an-instance

Leave a comment