祖安之光
2025-06-27 b609f77709c4646daf155341475ae14fc0c7943d
src/api/backManage/notice.js
@@ -40,3 +40,11 @@
    })
}
export function upload(data) {
    return request({
        url: '/system/common/uploadFile',
        method: 'post',
        data
    })
}