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

怎么安装程序里面的README.zh-CN.md有说明就不多赘述了。

1.布局如下图

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

2.路由的设置

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

3.axios请求封装的路径

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

 

 

get和post请求除了method不同之外,还有就是传递的参数不同,get用params,post用data

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

params
})

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

data
})

相关文章:

  • 2022-01-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-14
  • 2021-07-13
  • 2021-10-31
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-21
  • 2021-04-28
  • 2022-01-17
相关资源
相似解决方案