From 343c42981425849929a00b586e59a2fe7addfb47 Mon Sep 17 00:00:00 2001 From: Yunfei Du <278774021@qq.com> Date: Mon, 26 Feb 2024 16:15:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E5=8F=B0=E5=A2=9E=E5=88=A0=E6=94=B9?= =?UTF-8?q?=E6=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/system/bookInfo.js | 44 ---- src/views/system/book/index.vue | 368 -------------------------------- 2 files changed, 412 deletions(-) delete mode 100644 src/api/system/bookInfo.js delete mode 100644 src/views/system/book/index.vue diff --git a/src/api/system/bookInfo.js b/src/api/system/bookInfo.js deleted file mode 100644 index c4795b0..0000000 --- a/src/api/system/bookInfo.js +++ /dev/null @@ -1,44 +0,0 @@ -import request from '@/utils/request' - -// 查询【请填写功能名称】列表 -export function listInfo(query) { - return request({ - url: '/system/info/list', - method: 'get', - params: query - }) -} - -// 查询【请填写功能名称】详细 -export function getInfo(id) { - return request({ - url: '/system/info/' + id, - method: 'get' - }) -} - -// 新增【请填写功能名称】 -export function addInfo(data) { - return request({ - url: '/system/info', - method: 'post', - data: data - }) -} - -// 修改【请填写功能名称】 -export function updateInfo(data) { - return request({ - url: '/system/info', - method: 'put', - data: data - }) -} - -// 删除【请填写功能名称】 -export function delInfo(id) { - return request({ - url: '/system/info/' + id, - method: 'delete' - }) -} diff --git a/src/views/system/book/index.vue b/src/views/system/book/index.vue deleted file mode 100644 index f3399ba..0000000 --- a/src/views/system/book/index.vue +++ /dev/null @@ -1,368 +0,0 @@ - - -