前端之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
相關文章
相關標籤/搜索