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