Sfoglia il codice sorgente

fix:场景评价路径修改

linchengzhe 1 anno fa
parent
commit
15a4e19e89
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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) {