ad.js 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. const data = [
  2. {
  3. title: '建党百年惊喜福利,付费版本买一得二全年最低价,点我购买',
  4. url: 'https://vue-admin-beautiful.com/authorization',
  5. },
  6. /* {
  7. title: 'Admin Pro 3.0付费版本已发布,增加多项贴心功能,点我提前体验',
  8. url: 'https://chu1204505056.gitee.io/admin-pro?hmsr=homeAd&hmpl=&hmcu=&hmkw=&hmci=',
  9. },
  10. {
  11. title: 'Admin Plus 3.0内测版本已发布,增加多项贴心功能,点我提前体验',
  12. url: 'https://chu1204505056.gitee.io/admin-plus?hmsr=homeAd&hmpl=&hmcu=&hmkw=&hmci=',
  13. },
  14. {
  15. title: 'vue-admin-beautiful(antdv) vue3.0版本已发布,点我提前体验',
  16. url: 'https://vue-admin-beautiful.com/vue-admin-beautiful-antdv?hmsr=homeAd&hmpl=&hmcu=&hmkw=&hmci=',
  17. },
  18. {
  19. title: 'vue-admin-beautiful(element-plus) vue3.0版本已发布,点我提前体验',
  20. url: 'https://chu1204505056.gitee.io/admin-plus?hmsr=homeAd&hmpl=&hmcu=&hmkw=&hmci=',
  21. },
  22. {
  23. title:
  24. '程序无国界,但程序员有国界,中国国家尊严不容挑衅,如果您在特殊时期继续购买HM、耐克、阿迪达斯等品牌那么您将无权继续使用Vab',
  25. url: 'https://chu1204505056.gitee.io/admin-pro?hmsr=homeAd&hmpl=&hmcu=&hmkw=&hmci=',
  26. }, */
  27. ]
  28. module.exports = [
  29. {
  30. url: '/ad/getList',
  31. type: 'get',
  32. response() {
  33. return {
  34. code: 200,
  35. msg: 'success',
  36. data,
  37. }
  38. },
  39. },
  40. ]