axios生成模板

 

 

axios.post(url,params)
         .then(response=>{
             //获取服务器返回的数据
             let result$END$ = response.data;
             
         });

 

posted on 2022-04-19 09:52  -G  阅读(47)  评论(0)    收藏  举报

导航