移除废弃文件

This commit is contained in:
zjl 2024-10-08 08:51:10 +08:00
parent 3bebfc328f
commit 857bdfe37f
4 changed files with 0 additions and 40 deletions

View File

@ -1,10 +0,0 @@
import { http } from '@/utils/http/axios';
//获取文章
export function articleList(params?) {
return http.request({
url: '/article/list',
method: 'get',
params,
});
}

View File

@ -1,10 +0,0 @@
import { http } from '@/utils/http/axios';
//获取分类
export function categoryList(params?) {
return http.request({
url: '/category/list',
method: 'get',
params,
});
}

View File

@ -1,10 +0,0 @@
import { http } from '@/utils/http/axios';
//获取文章
export function makeList(params?) {
return http.request({
url: '/make/list',
method: 'get',
params,
});
}

View File

@ -1,10 +0,0 @@
import { http } from '@/utils/http/axios';
//获取文章
export function videoList(params?) {
return http.request({
url: '/video/list',
method: 'get',
params,
});
}