ad.js 840 B

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