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