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¤t_size=100&shipId=${BootConnect.shipId}&sortField=create_time&isDeprecated=false`).then(res=>{
console.log('得到列表返回的res');
console.log(res);
})
vue中发送请求
发布于 2021-02-17 88 次阅读
Comments | NOTHING