vue 頁面刷新的問題和解決

首先上代碼:vue delete(id){ console.log(id); let data = {id: id}; let data1 = Qs.stringify(data); this.$axios.post( 'http://localhost:8083/delete', data1 ).then(function (res) { consol
相關文章
相關標籤/搜索