lsc před 2 roky
rodič
revize
4ff295d99f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/components/pages/addCourse.vue

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

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