zhouwx
2024-12-03 5f075fd74e1ddd724fef5367d11f1b73ea9363f5
src/api/backManage/notice.js
@@ -40,3 +40,11 @@
    })
}
export function upload(data) {
    return request({
        url: '/system/common/uploadFile',
        method: 'post',
        data
    })
}