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