Преглед изворни кода

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) {