2021-01-07 09:57:44 +08:00

32 lines
809 B
Vue
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 2.0版本已发布,增加多项贴心功能,点我提前体验',
url:
'https://chu1204505056.gitee.io/admin-pro?hmsr=homeAd&hmpl=&hmcu=&hmkw=&hmci=',
},
{
title: 'vue-admin-beautifulantdv vue3.0版本已发布,点我提前体验',
url:
'http://beautiful.panm.cn/vue-admin-beautiful-antdv?hmsr=homeAd&hmpl=&hmcu=&hmkw=&hmci=',
},
{
title: 'vue-admin-beautifulelement-plus vue3.0版本已发布,点我提前体验',
url:
'https://chu1204505056.gitee.io/admin-plus?hmsr=homeAd&hmpl=&hmcu=&hmkw=&hmci=',
},
]
module.exports = [
{
url: '/ad/getList',
type: 'get',
response() {
return {
code: 200,
msg: 'success',
data,
}
},
},
]