zhouwenxuan
2024-01-24 20195d0e1cbbf3e8bfd20e2baf53e2115f663da3
src/api/backManage/notice.js
@@ -40,3 +40,11 @@
    })
}
export function upload(data) {
    return request({
        url: '/system/common/uploadFile',
        method: 'post',
        data
    })
}