From 90a961ac81fa24d28f04afcedb07f644aa580126 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Fri, 28 Jul 2023 17:46:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=A1=A3=E6=A1=88=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/information.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 api/information.js diff --git a/api/information.js b/api/information.js new file mode 100644 index 0000000..93dd84d --- /dev/null +++ b/api/information.js @@ -0,0 +1,7 @@ +import oahttp from "@/utils/oahttp.js"; + +/** + * 新增档案 + */ +export const informationAdd = (data) => oahttp.post('/information/add', data) +