video/upload接口参数更改

This commit is contained in:
hanchaobo
2024-04-30 10:48:31 +08:00
parent 6aedf3c23d
commit c291d70a9f
2 changed files with 4 additions and 3 deletions
@@ -268,8 +268,8 @@ export default {
openmeeting() { openmeeting() {
this.mediationVisable = false this.mediationVisable = false
window.open( window.open(
`http://localhost:8080/#/home?name=${this.user}&id=${this.formData.id}&userId=${this.userId}&roomId=${this.formData.roomId}&type=tiaojie&token=${getToken()}` // `http://localhost:8080/#/home?name=${this.user}&id=${this.formData.id}&userId=${this.userId}&roomId=${this.formData.roomId}&type=tiaojie&token=${getToken()}`
// `https://txroom.xayunmei.com/#/home?name=${this.user}&id=${this.formData.id}&userId=${this.userId}&roomId=${this.formData.roomId}&type=tiaojie&token=${getToken()}` `https://txroom.xayunmei.com/#/home?name=${this.user}&id=${this.formData.id}&userId=${this.userId}&roomId=${this.formData.roomId}&type=tiaojie&token=${getToken()}`
); );
}, },
/**提交仲裁结果 */ /**提交仲裁结果 */
@@ -50,6 +50,7 @@ export default {
Authorization: "Bearer " + getToken(), Authorization: "Bearer " + getToken(),
}, },
filedata: { filedata: {
isMediaBook:1,
annexType: null, annexType: null,
caseId: null caseId: null
}, },
@@ -87,7 +88,7 @@ export default {
if (extension == 'docx' || extension == 'doc') { if (extension == 'docx' || extension == 'doc') {
this.filedata.annexType = 7 this.filedata.annexType = 7
} else if (extension == 'pdf') { } else if (extension == 'pdf') {
this.filedata.annexType = 13 this.filedata.annexType = 7
} }
this.filedata.caseId = this.mediationLise.id this.filedata.caseId = this.mediationLise.id
this.fileList = fileList; this.fileList = fileList;