移除废弃文件
This commit is contained in:
parent
3bebfc328f
commit
857bdfe37f
@ -1,10 +0,0 @@
|
||||
import { http } from '@/utils/http/axios';
|
||||
|
||||
//获取文章
|
||||
export function articleList(params?) {
|
||||
return http.request({
|
||||
url: '/article/list',
|
||||
method: 'get',
|
||||
params,
|
||||
});
|
||||
}
|
@ -1,10 +0,0 @@
|
||||
import { http } from '@/utils/http/axios';
|
||||
|
||||
//获取分类
|
||||
export function categoryList(params?) {
|
||||
return http.request({
|
||||
url: '/category/list',
|
||||
method: 'get',
|
||||
params,
|
||||
});
|
||||
}
|
@ -1,10 +0,0 @@
|
||||
import { http } from '@/utils/http/axios';
|
||||
|
||||
//获取文章
|
||||
export function makeList(params?) {
|
||||
return http.request({
|
||||
url: '/make/list',
|
||||
method: 'get',
|
||||
params,
|
||||
});
|
||||
}
|
@ -1,10 +0,0 @@
|
||||
import { http } from '@/utils/http/axios';
|
||||
|
||||
//获取文章
|
||||
export function videoList(params?) {
|
||||
return http.request({
|
||||
url: '/video/list',
|
||||
method: 'get',
|
||||
params,
|
||||
});
|
||||
}
|
Loading…
Reference in New Issue
Block a user