From 857bdfe37f6f23f5ad3acb1cd51cef969507e335 Mon Sep 17 00:00:00 2001 From: zjl Date: Tue, 8 Oct 2024 08:51:10 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E5=BA=9F=E5=BC=83=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/comtemp/article.ts | 10 ---------- src/api/comtemp/category.ts | 10 ---------- src/api/comtemp/make.ts | 10 ---------- src/api/comtemp/video.ts | 10 ---------- 4 files changed, 40 deletions(-) delete mode 100644 src/api/comtemp/article.ts delete mode 100644 src/api/comtemp/category.ts delete mode 100644 src/api/comtemp/make.ts delete mode 100644 src/api/comtemp/video.ts 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, - }); -}