22.VUE_axios_執行多個併發請求

執行多個併發請求ios function getUserAccount() { return axios.get('/user/12345'); } function getUserPermissions() { return axios.get('/user/12345/permissions'); } axios.all([getUserAccount(), getUserPerm
相關文章
相關標籤/搜索