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