How to create a custom instance of axios?

后端 未结 0 1834
囚心锁ツ
囚心锁ツ 2021-01-12 03:34

Currently, I have these lines of code where I pass an object data to the Axios post-call,

let url = \'www....\';
let data = {\'item\': \'Tshirt\'};
let option         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题