axios.get(`${url}---地址`, {
responseType: "json",
responseEncoding: "utf8",
withCredentials: true,
headers: {
"Content-Type": "application/json",
charset: "utf-8",
},
}).then((res) => {
console.log(res)
});
vue中读取网络json配置
最新推荐文章于 2024-09-25 09:07:28 发布