Commit a51e909b by qlintonger xeno

尝试添加截图标注+7

parent 28d1ce02
...@@ -121,14 +121,15 @@ function reallyEndMarkHandle() { ...@@ -121,14 +121,15 @@ function reallyEndMarkHandle() {
} }
} }
function initialPaintDone(blob: any) { function initialPaintDone(blob: Blob) {
if (!chatChannelState.value.screenshotInitiatorId && chatChannelState.value.displayImageEditor) { if (!chatChannelState.value.screenshotInitiatorId && chatChannelState.value.displayImageEditor) {
const file = new File([blob], "temp.png");
const params = { const params = {
apiPwd: 'Ifar$2_0160_525_Mocp', apiPwd: 'Ifar$2_0160_525_Mocp',
file: blob, file,
requestFrom: 6, requestFrom: 6,
uid: 4 uid: 4
} };
alova alova
// @ts-ignore // @ts-ignore
.Post<any>('/admin/uploadMuFile', params, { meta: { isUpload: true } }) .Post<any>('/admin/uploadMuFile', params, { meta: { isUpload: true } })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment