video/upload接口参数更改 #113

Merged
hanchaobo merged 2 commits from hcb into dev 2024-04-30 02:50:14 +00:00
2 changed files with 4 additions and 3 deletions
Showing only changes of commit c291d70a9f - Show all commits
@@ -268,8 +268,8 @@ export default {
openmeeting() {
this.mediationVisable = false
window.open(
`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()}`
// `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()}`
);
},
/**提交仲裁结果 */
@@ -50,6 +50,7 @@ export default {
Authorization: "Bearer " + getToken(),
},
filedata: {
isMediaBook:1,
annexType: null,
caseId: null
},
@@ -87,7 +88,7 @@ export default {
if (extension == 'docx' || extension == 'doc') {
this.filedata.annexType = 7
} else if (extension == 'pdf') {
this.filedata.annexType = 13
this.filedata.annexType = 7
}
this.filedata.caseId = this.mediationLise.id
this.fileList = fileList;