From 66d9c9f157d6336d2325d65d9ec0012f325ee447 Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期五, 19 一月 2024 13:28:32 +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