lsc 2 years ago
parent
commit
4ff295d99f
1 changed files with 1 additions and 1 deletions
  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,
           },