1234567891011121314151617181920212223242526272829303132333435 |
- const data = [
- {
- title: 'Admin Pro 3.0付费版本已发布,增加多项贴心功能,点我提前体验',
- url:
- 'https://chu1204505056.gitee.io/admin-pro?hmsr=homeAd&hmpl=&hmcu=&hmkw=&hmci=',
- },
- {
- title: 'Admin Plus 3.0内测版本已发布,增加多项贴心功能,点我提前体验',
- url:
- 'https://chu1204505056.gitee.io/admin-plus?hmsr=homeAd&hmpl=&hmcu=&hmkw=&hmci=',
- },
- {
- title: 'vue-admin-beautiful(antdv) vue3.0版本已发布,点我提前体验',
- url:
- 'http://beautiful.panm.cn/vue-admin-beautiful-antdv?hmsr=homeAd&hmpl=&hmcu=&hmkw=&hmci=',
- },
- {
- title: 'vue-admin-beautiful(element-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,
- }
- },
- },
- ]
|