vue中发送请求

发布于 2021-02-17  87 次阅读


 let BootConnect = JSON.parse(localStorage.getItem("bootConnect"));
import axios from 'axios';
axios.get( `http://192.168.221.62/fg-service/api/task/getAppData?current=1&current_size=100&shipId=${BootConnect.shipId}&sortField=create_time&isDeprecated=false`).then(res=>{
  console.log('得到列表返回的res');
  console.log(res);

})

一沙一世界,一花一天堂。君掌盛无边,刹那成永恒。