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