lsc hace 2 años
padre
commit
4ff295d99f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/pages/addCourse.vue

+ 1 - 1
src/components/pages/addCourse.vue

@@ -3839,7 +3839,7 @@ export default {
         let params = [
           {
             cid: this.cid,
-            chapters: JSON.stringify(this.unitJson).replaceAll(/%/g, "%25"),
+            chapters: JSON.stringify(this.unitJson),
             uid: this.userid,
             unitIndex: _unitIndex,
           },