鸿宇研学生前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
165 B

3 weeks ago
3 weeks ago
  1. // 首页相关接口
  2. const api = {
  3. // 首页-查询banner图列表
  4. queryBannerList: {
  5. url: '/index/queryBannerList',
  6. method: 'GET',
  7. },
  8. }
  9. export default api