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