java-mall-admin/mock/controller/notice.js
2024-11-01 16:24:11 +08:00

58 lines
2.1 KiB
JavaScript
Raw Permalink 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 = [
{
email: '@email',
image: 'https://i.gtimg.cn/club/item/face/img//8/15918_100.gif',
notice:
'Admin Plusvue3.0体验地址不代表最终效果2021年2月28日前全款购买pro的用户可免费升级<a target="_blank" href="http://chu1204505056.gitee.io/admin-plus?hmsr=noticeAd&hmpl=&hmcu=&hmkw=&hmci=">点我</a>',
},
{
email: '@email',
image: 'https://i.gtimg.cn/club/item/face/img/2/15922_100.gif',
notice:
'官方QQ群1972435319、官方QQ群21139183756购买PRO请在演示地址首页付款人民币699元完成付款后联系QQ 1204505056 即可',
},
{
email: '@email',
image: 'https://i.gtimg.cn/club/item/face/img/2/16022_100.gif',
notice:
'vue3.0 + element-plus 体验地址:<a target="_blank" href="http://chu1204505056.gitee.io/vue-admin-beautiful-element-plus?hmsr=noticeAd&hmpl=&hmcu=&hmkw=&hmci=">点我</a>',
},
{
email: '@email',
image: 'https://i.gtimg.cn/club/item/face/img/8/15918_100.gif',
notice:
'vue3.0 + antdv 体验地址:<a target="_blank" href="http://chu1204505056.gitee.io/vue-admin-beautiful-antdv?hmsr=noticeAd&hmpl=&hmcu=&hmkw=&hmci=">点我</a>',
},
{
email: '@email',
image: 'https://i.gtimg.cn/club/item/face/img/8/15918_100.gif',
notice:
'github开源地址<a target="_blank" href="https://github.com/chuzhixin/vue-admin-beautiful">点我</a>',
},
{
email: '@email',
image: 'https://i.gtimg.cn/club/item/face/img/0/15640_100.gif',
notice:
'开源中国地址:<a target="_blank" href="https://www.oschina.net/p/vue-admin-beautiful">点我</a>',
},
{
email: '@email',
image: 'https://i.gtimg.cn/club/item/face/img/9/15919_100.gif',
notice:
"gitee开源地址<a target='_blank' href='https://gitee.com/chu1204505056/vue-admin-beautiful?_from=gitee_search'>点我</a>",
},
]
module.exports = [
{
url: '/notice/getList',
type: 'get',
response: () => {
return {
code: 200,
msg: 'success',
data,
}
},
},
]