前端之Vue使用axios跨域正确配置

组件代码 <script> export default { name: 'App', methods: { getData() { this.$http.get('/api/emojis').then(function (res) { console.log(res) }) } }, mounted(){ this.getData() } } </script> proxyTable(confi
相关文章
相关标签/搜索