2020-10-05 08:53:08 +08:00

24 lines
530 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

const data = [
{
title: "vue-admin-beautiful-pro 1.7版本已发布,点我提前体验",
url: "https://chu1204505056.gitee.io/vue-admin-beautiful-pro/#/index",
},
{
title: "vue-admin-beautifulantdv vue3.0版本已发布,点我提前体验",
url: "https://chu1204505056.gitee.io/vue-admin-beautiful-mini/#/index",
},
];
module.exports = [
{
url: "/ad/getList",
type: "get",
response() {
return {
code: 200,
msg: "success",
data,
};
},
},
];