华宁网站建设,设计公司 网站,上海企业营销策划,ui设计一般要学多久已经在这里卡了一天了。找了很多解决办法#xff0c;比如重启#xff0c;修改proxytable等等#xff0c;但是每次但是404#xff0c;求助各位大佬#xff0c;怎么解决#xff1f;
1、代码
#xff08;1#xff09;config的index.js #xff08;2#xff09; App.v…已经在这里卡了一天了。找了很多解决办法比如重启修改proxytable等等但是每次但是404求助各位大佬怎么解决
1、代码
1config的index.js 2 App.vue
templatedivbutton clickgetStudents获取学生信息/button/div
/templatescript
import axios from axios
export default {name: App,methods:{getStudents(){axios.get(http://localhost:8080/students).then(response {console.log(请求成功,response.data);},error{console.log(请求失败,error.message);})}}
}
/script2、问题