소스 검색

fix:场景评价路径修改

linchengzhe 1 년 전
부모
커밋
15a4e19e89
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/sceneLibrary/gradingRuleDetail.vue

+ 1 - 1
src/views/sceneLibrary/gradingRuleDetail.vue

@@ -228,7 +228,7 @@ export default {
           data: {...this.form,scriptUpdate:true},
           withCredentials: true,
           headers: {
-            'Content-type': 'multipart/form-data',
+            'Content-type': 'application/json',
           },
         }).then((res) => {
           if (res.code === 200) {