Explorar o código

fix:场景评价路径修改

linchengzhe hai 1 ano
pai
achega
15a4e19e89
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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) {