lsc 2 年之前
父节点
当前提交
4ff295d99f
共有 1 个文件被更改,包括 1 次插入1 次删除
  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,
           },
           },