diff --git a/src/api/comtemp/article.ts b/src/api/comtemp/article.ts deleted file mode 100644 index ae01468..0000000 --- a/src/api/comtemp/article.ts +++ /dev/null @@ -1,10 +0,0 @@ -import { http } from '@/utils/http/axios'; - -//获取文章 -export function articleList(params?) { - return http.request({ - url: '/article/list', - method: 'get', - params, - }); -} diff --git a/src/api/comtemp/category.ts b/src/api/comtemp/category.ts deleted file mode 100644 index a4c8930..0000000 --- a/src/api/comtemp/category.ts +++ /dev/null @@ -1,10 +0,0 @@ -import { http } from '@/utils/http/axios'; - -//获取分类 -export function categoryList(params?) { - return http.request({ - url: '/category/list', - method: 'get', - params, - }); -} diff --git a/src/api/comtemp/make.ts b/src/api/comtemp/make.ts deleted file mode 100644 index 1bbb34b..0000000 --- a/src/api/comtemp/make.ts +++ /dev/null @@ -1,10 +0,0 @@ -import { http } from '@/utils/http/axios'; - -//获取文章 -export function makeList(params?) { - return http.request({ - url: '/make/list', - method: 'get', - params, - }); -} diff --git a/src/api/comtemp/video.ts b/src/api/comtemp/video.ts deleted file mode 100644 index 71e6a38..0000000 --- a/src/api/comtemp/video.ts +++ /dev/null @@ -1,10 +0,0 @@ -import { http } from '@/utils/http/axios'; - -//获取文章 -export function videoList(params?) { - return http.request({ - url: '/video/list', - method: 'get', - params, - }); -}