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