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