From e3b49d33e9c2e8ba75ce3d6fdef0da27d529c72c Mon Sep 17 00:00:00 2001 From: zhouwenxuan <1175765986@qq.com> Date: 星期四, 14 十二月 2023 10:43:00 +0800 Subject: [PATCH] 样式调整 --- src/api/backManage/notice.js | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/api/backManage/notice.js b/src/api/backManage/notice.js index ac92d87..585c1b3 100644 --- a/src/api/backManage/notice.js +++ b/src/api/backManage/notice.js @@ -40,3 +40,11 @@ }) } +export function upload(data) { + return request({ + url: '/system/common/uploadFile', + method: 'post', + data + }) +} + -- Gitblit v1.9.2