vue-element-admin-i18n 前端框架的使用


項目是開源的地址:https://github.com/PanJiaChen/vue-element-admin/tree/i18n

怎么安裝程序里面的README.zh-CN.md有說明就不多贅述了。

1.布局如下圖

2.路由的設置

3.axios請求封裝的路徑

 

vue-element-admin 封裝的axios請求

 

get和post請求除了method不同之外,還有就是傳遞的參數不同,get用params,post用data

return request({
url: '',
method: 'get',

params
})

return request({
url: '',
method: 'post',

data
})


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM