Explorar el Código

fix:场景评价路径修改

linchengzhe hace 1 año
padre
commit
15a4e19e89
Se han modificado 1 ficheros con 1 adiciones y 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) {