赞
踩
- axios
- .get("http://localhost:8080/getsectionAndCircle", {
- headers: {
- "Access-Control-Allow-Origin": "*", // 允许任何来源的跨域请求,生产环境中应更具体地指定来源
- token: this.token.token, // 将请求头的键设置为"token",并将值设置为token的值
- },
- })
- .then((result) => {
- this.localData = result.data.data;
- console.log(result.data);
- });
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。