ad.js 795 B

123456789101112131415161718192021222324252627282930
  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: 'vue-admin-beautiful(antdv) vue3.0版本已发布,点我提前体验',
  9. url:
  10. 'http://beautiful.panm.cn/vue-admin-beautiful-antdv?hmsr=homeAd&hmpl=&hmcu=&hmkw=&hmci=',
  11. },
  12. {
  13. title: 'vue-admin-beautiful(element-plus) vue3.0版本已发布,点我提前体验',
  14. url:
  15. 'https://chu1204505056.gitee.io/admin-plus?hmsr=homeAd&hmpl=&hmcu=&hmkw=&hmci=',
  16. },
  17. ]
  18. module.exports = [
  19. {
  20. url: '/ad/getList',
  21. type: 'get',
  22. response() {
  23. return {
  24. code: 200,
  25. msg: 'success',
  26. data,
  27. }
  28. },
  29. },
  30. ]