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