ad.js 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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://vue-admin-beautiful.com/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. title:
  24. '程序无国界,但程序员有国界,中国国家尊严不容挑衅,如果您在特殊时期继续购买HM、耐克、阿迪达斯等品牌那么您将无权继续使用Vab',
  25. url:
  26. 'https://chu1204505056.gitee.io/admin-pro?hmsr=homeAd&hmpl=&hmcu=&hmkw=&hmci=',
  27. },
  28. ]
  29. module.exports = [
  30. {
  31. url: '/ad/getList',
  32. type: 'get',
  33. response() {
  34. return {
  35. code: 200,
  36. msg: 'success',
  37. data,
  38. }
  39. },
  40. },
  41. ]