ad.js 998 B

1234567891011121314151617181920212223242526272829303132333435
  1. const data = [
  2. {
  3. title: 'Admin Pro 3.0付费版本已发布,增加多项贴心功能,点我提前体验',
  4. url:
  5. 'https://chu1204505056.gitee.io/admin-pro?hmsr=homeAd&hmpl=&hmcu=&hmkw=&hmci=',
  6. },
  7. {
  8. title: 'Admin Plus 3.0内测版本已发布,增加多项贴心功能,点我提前体验',
  9. url:
  10. 'https://chu1204505056.gitee.io/admin-plus?hmsr=homeAd&hmpl=&hmcu=&hmkw=&hmci=',
  11. },
  12. {
  13. title: 'vue-admin-beautiful(antdv) vue3.0版本已发布,点我提前体验',
  14. url:
  15. 'http://beautiful.panm.cn/vue-admin-beautiful-antdv?hmsr=homeAd&hmpl=&hmcu=&hmkw=&hmci=',
  16. },
  17. {
  18. title: 'vue-admin-beautiful(element-plus) vue3.0版本已发布,点我提前体验',
  19. url:
  20. 'https://chu1204505056.gitee.io/admin-plus?hmsr=homeAd&hmpl=&hmcu=&hmkw=&hmci=',
  21. },
  22. ]
  23. module.exports = [
  24. {
  25. url: '/ad/getList',
  26. type: 'get',
  27. response() {
  28. return {
  29. code: 200,
  30. msg: 'success',
  31. data,
  32. }
  33. },
  34. },
  35. ]