ad.js 358 B

12345678910111213141516171819
  1. const data = [
  2. {
  3. title: "vue-admin-beautiful-pro beta版本已发布,点我提前体验",
  4. url: "https://chu1204505056.gitee.io/vue-admin-beautiful-pro/#/index",
  5. },
  6. ];
  7. module.exports = [
  8. {
  9. url: "/ad/getList",
  10. type: "get",
  11. response() {
  12. return {
  13. code: 200,
  14. msg: "success",
  15. data,
  16. };
  17. },
  18. },
  19. ];