lsc 1 year ago
parent
commit
dd7ee9bdf8

+ 1 - 1
dist/index.html

@@ -32,7 +32,7 @@
       width: 100%;
       background: #e6eaf0;
       font-family: 'Source Han Sans SC', sans-serif;
-    }</style><link href=./static/css/app.654626dc0cd1ba88d208cb2042dfdf21.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.571c38d63f24b1ae9e16.js></script><script type=text/javascript src=./static/js/vendor.11d8a4dfbebdec332b5f.js></script><script type=text/javascript src=./static/js/app.34bf8049105df9eea3b6.js></script></body></html><script>function stopSafari() {
+    }</style><link href=./static/css/app.c254a9bb375badf894d07871bdc29ebe.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.571c38d63f24b1ae9e16.js></script><script type=text/javascript src=./static/js/vendor.11d8a4dfbebdec332b5f.js></script><script type=text/javascript src=./static/js/app.d20d9d8094b9c919a2d3.js></script></body></html><script>function stopSafari() {
     //阻止safari浏览器双击放大功能
     let lastTouchEnd = 0  //更新手指弹起的时间
     document.documentElement.addEventListener("touchstart", function (event) {

File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.c254a9bb375badf894d07871bdc29ebe.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.c254a9bb375badf894d07871bdc29ebe.css.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.d20d9d8094b9c919a2d3.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.d20d9d8094b9c919a2d3.js.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/manifest.571c38d63f24b1ae9e16.js.map


+ 1 - 1
src/components/pages/GM/notice.vue

@@ -202,7 +202,7 @@ export default {
         let params = [
           {
             t: this.noticeTitle,
-            nc: this.detail.replace(/%/g, "%25"),
+            nc: this.detail,
             oid: this.oid,
             org: this.org,
           },

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

@@ -10116,8 +10116,8 @@ export default {
       let params = [
         {
           uid: this.userid,
-          title: this.courseName.replace(/%/g, "%25"),
-          brief: this.courseText.replace(/%/g, "%25"),
+          title: this.courseName,
+          brief: this.courseText,
           cover:
             this.cover.length > 0
               ? JSON.stringify(this.cover)
@@ -10133,7 +10133,7 @@ export default {
           astudent:
             this.checkboxList2.length > 0 ? this.checkboxList2.join(",") : "",
           see: this.isTeacherSee == true ? 1 : 0,
-          chapters: JSON.stringify(this.unitJson).replaceAll(/%/g, "%25"),
+          chapters: JSON.stringify(this.unitJson),
           template: this.cTemplate != "undefined" ? this.cTemplate : "",
           courseType: JSON.stringify(this.courseTypeId),
           ateacher:
@@ -10353,8 +10353,8 @@ export default {
       let params = [
         {
           cid: this.cid,
-          title: this.courseName.replace(/%/g, "%25"),
-          brief: this.courseText.replace(/%/g, "%25"),
+          title: this.courseName,
+          brief: this.courseText,
           cover:
             this.cover.length > 0
               ? JSON.stringify(this.cover)
@@ -10370,7 +10370,7 @@ export default {
           astudent:
             this.checkboxList2.length > 0 ? this.checkboxList2.join(",") : "",
           see: this.isTeacherSee == true ? 1 : 0,
-          chapters: JSON.stringify(this.unitJson).replaceAll(/%/g, "%25"),
+          chapters: JSON.stringify(this.unitJson),
           template: this.myWord != "undefined" ? this.myWord : [],
           uid: this.userid,
           courseType: JSON.stringify(this.courseTypeId),

+ 4 - 4
src/components/pages/addCourseGM.vue

@@ -3319,8 +3319,8 @@ export default {
       let params = [
         {
           uid: this.userid,
-          title: this.courseName.replace(/%/g, "%25"),
-          brief: this.courseText.replace(/%/g, "%25"),
+          title: this.courseName,
+          brief: this.courseText,
           cover:
             this.cover.length > 0
               ? JSON.stringify(this.cover)
@@ -3477,8 +3477,8 @@ export default {
       let params = [
         {
           cid: this.cid,
-          title: this.courseName.replace(/%/g, "%25"),
-          brief: this.courseText.replace(/%/g, "%25"),
+          title: this.courseName,
+          brief: this.courseText,
           cover:
             this.cover.length > 0
               ? JSON.stringify(this.cover)

+ 4 - 4
src/components/pages/addCoursejiu.vue

@@ -6195,8 +6195,8 @@ export default {
       let params = [
         {
           uid: this.userid,
-          title: this.courseName.replace(/%/g, "%25"),
-          brief: this.courseText.replace(/%/g, "%25"),
+          title: this.courseName,
+          brief: this.courseText,
           cover:
             this.cover.length > 0
               ? JSON.stringify(this.cover)
@@ -6362,8 +6362,8 @@ export default {
       let params = [
         {
           cid: this.cid,
-          title: this.courseName.replace(/%/g, "%25"),
-          brief: this.courseText.replace(/%/g, "%25"),
+          title: this.courseName,
+          brief: this.courseText,
           cover:
             this.cover.length > 0
               ? JSON.stringify(this.cover)

+ 4 - 4
src/components/pages/easy/addCourse.vue

@@ -6860,8 +6860,8 @@ export default {
       let params = [
         {
           uid: this.userid,
-          title: this.courseName.replace(/%/g, "%25"),
-          brief: this.courseText.replace(/%/g, "%25"),
+          title: this.courseName,
+          brief: this.courseText,
           cover:
             this.cover.length > 0
               ? JSON.stringify(this.cover)
@@ -7006,8 +7006,8 @@ export default {
       let params = [
         {
           cid: this.cid,
-          title: this.courseName.replace(/%/g, "%25"),
-          brief: this.courseText.replace(/%/g, "%25"),
+          title: this.courseName,
+          brief: this.courseText,
           cover:
             this.cover.length > 0
               ? JSON.stringify(this.cover)

+ 4 - 4
src/components/pages/newCourse/addCourse.vue

@@ -10116,8 +10116,8 @@ export default {
       let params = [
         {
           uid: this.userid,
-          title: this.courseName.replace(/%/g, "%25"),
-          brief: this.courseText.replace(/%/g, "%25"),
+          title: this.courseName,
+          brief: this.courseText,
           cover:
             this.cover.length > 0
               ? JSON.stringify(this.cover)
@@ -10355,8 +10355,8 @@ export default {
       let params = [
         {
           cid: this.cid,
-          title: this.courseName.replace(/%/g, "%25"),
-          brief: this.courseText.replace(/%/g, "%25"),
+          title: this.courseName,
+          brief: this.courseText,
           cover:
             this.cover.length > 0
               ? JSON.stringify(this.cover)

+ 5 - 5
src/components/pages/student/addCourse.vue

@@ -3808,7 +3808,7 @@ export default {
       }
       let params = [{
         id: this.updateWorkJson.id,
-        name: this.updateWorkJson.name.replace(/%/g, "%25"),
+        name: this.updateWorkJson.name,
       }]
       this.ajax
         .post(this.$store.state.api + "updateSCourseName", params)
@@ -5661,8 +5661,8 @@ export default {
       let params = [
         {
           uid: this.userid,
-          title: this.courseName.replace(/%/g, "%25"),
-          brief: this.courseText.replace(/%/g, "%25"),
+          title: this.courseName,
+          brief: this.courseText,
           cover:
             this.cover.length > 0
               ? JSON.stringify(this.cover)
@@ -5878,8 +5878,8 @@ export default {
       let params = [
         {
           cid: this.cid,
-          title: this.courseName.replace(/%/g, "%25"),
-          brief: this.courseText.replace(/%/g, "%25"),
+          title: this.courseName,
+          brief: this.courseText,
           cover:
             this.cover.length > 0
               ? JSON.stringify(this.cover)

+ 5 - 5
src/components/pages/student/addCourseJiu.vue

@@ -3907,7 +3907,7 @@ export default {
       }
       let params = [{
         id: this.updateWorkJson.id,
-        name: this.updateWorkJson.name.replace(/%/g, "%25"),
+        name: this.updateWorkJson.name,
       }]
       this.ajax
         .post(this.$store.state.api + "updateSCourseName", params)
@@ -5778,8 +5778,8 @@ export default {
       let params = [
         {
           uid: this.userid,
-          title: this.courseName.replace(/%/g, "%25"),
-          brief: this.courseText.replace(/%/g, "%25"),
+          title: this.courseName,
+          brief: this.courseText,
           cover:
             this.cover.length > 0
               ? JSON.stringify(this.cover)
@@ -5960,8 +5960,8 @@ export default {
       let params = [
         {
           cid: this.cid,
-          title: this.courseName.replace(/%/g, "%25"),
-          brief: this.courseText.replace(/%/g, "%25"),
+          title: this.courseName,
+          brief: this.courseText,
           cover:
             this.cover.length > 0
               ? JSON.stringify(this.cover)

+ 4 - 4
src/components/pages/studio/addCourse.vue

@@ -6709,8 +6709,8 @@ export default {
       let params = [
         {
           uid: this.userid,
-          title: this.courseName.replace(/%/g, "%25"),
-          brief: this.courseText.replace(/%/g, "%25"),
+          title: this.courseName,
+          brief: this.courseText,
           cover:
             this.cover.length > 0
               ? JSON.stringify(this.cover)
@@ -6891,8 +6891,8 @@ export default {
       let params = [
         {
           cid: this.cid,
-          title: this.courseName.replace(/%/g, "%25"),
-          brief: this.courseText.replace(/%/g, "%25"),
+          title: this.courseName,
+          brief: this.courseText,
           cover:
             this.cover.length > 0
               ? JSON.stringify(this.cover)

+ 4 - 4
src/components/pages/synergyCourse/addCourse.vue

@@ -4880,8 +4880,8 @@ export default {
       let params = [
         {
           uid: this.userid,
-          title: this.courseName.replace(/%/g, "%25"),
-          brief: this.courseText.replace(/%/g, "%25"),
+          title: this.courseName,
+          brief: this.courseText,
           cover:
             this.cover.length > 0
               ? JSON.stringify(this.cover)
@@ -5042,8 +5042,8 @@ export default {
       let params = [
         {
           cid: this.cid,
-          title: this.courseName.replace(/%/g, "%25"),
-          brief: this.courseText.replace(/%/g, "%25"),
+          title: this.courseName,
+          brief: this.courseText,
           cover:
             this.cover.length > 0
               ? JSON.stringify(this.cover)

+ 4 - 4
src/components/pages/task/addCourse.vue

@@ -10493,8 +10493,8 @@ export default {
       let params = [
         {
           uid: this.userid,
-          title: this.courseName.replace(/%/g, "%25"),
-          brief: this.courseText.replace(/%/g, "%25"),
+          title: this.courseName,
+          brief: this.courseText,
           cover:
             this.cover.length > 0
               ? JSON.stringify(this.cover)
@@ -10640,8 +10640,8 @@ export default {
       let params = [
         {
           cid: this.cid,
-          title: this.courseName.replace(/%/g, "%25"),
-          brief: this.courseText.replace(/%/g, "%25"),
+          title: this.courseName,
+          brief: this.courseText,
           cover:
             this.cover.length > 0
               ? JSON.stringify(this.cover)

+ 1 - 1
src/components/pages/tencent/notice.vue

@@ -249,7 +249,7 @@ export default {
         let params = [
           {
             t: this.noticeTitle,
-            nc: this.detail.replace(/%/g, "%25"),
+            nc: this.detail,
             oid: this.oid,
             org: this.org,
           },

+ 4 - 4
src/components/pages/test/add/addTest.vue

@@ -138,8 +138,8 @@ export default {
             let params = [
                 {
                     uid: this.userid,
-                    title: this.title.replace(/%/g, "%25"),
-                    brief: this.brief.replace(/%/g, "%25"),
+                    title: this.title,
+                    brief: this.brief,
                     cover: "",
                     evaId: "",
                     astudent: this.juri,
@@ -192,8 +192,8 @@ export default {
             let params = [
                 {
                     cid: this.cid,
-                    title: this.title.replace(/%/g, "%25"),
-                    brief: this.brief.replace(/%/g, "%25"),
+                    title: this.title,
+                    brief: this.brief,
                     cover: "",
                     evaId: "",
                     astudent: this.juri,

+ 4 - 4
src/components/pages/test/add/addTestXin.vue

@@ -138,8 +138,8 @@ export default {
             let params = [
                 {
                     uid: this.userid,
-                    title: this.title.replace(/%/g, "%25"),
-                    brief: this.brief.replace(/%/g, "%25"),
+                    title: this.title,
+                    brief: this.brief,
                     cover: "",
                     evaId: "",
                     astudent: this.juri,
@@ -192,8 +192,8 @@ export default {
             let params = [
                 {
                     cid: this.cid,
-                    title: this.title.replace(/%/g, "%25"),
-                    brief: this.brief.replace(/%/g, "%25"),
+                    title: this.title,
+                    brief: this.brief,
                     cover: "",
                     evaId: "",
                     astudent: this.juri,

+ 4 - 4
src/components/pages/trainCourse/addCourse.vue

@@ -6541,8 +6541,8 @@ export default {
       let params = [
         {
           uid: this.userid,
-          title: this.courseName.replace(/%/g, "%25"),
-          brief: this.courseText.replace(/%/g, "%25"),
+          title: this.courseName,
+          brief: this.courseText,
           cover:
             this.cover.length > 0
               ? JSON.stringify(this.cover)
@@ -6778,8 +6778,8 @@ export default {
       let params = [
         {
           cid: this.cid,
-          title: this.courseName.replace(/%/g, "%25"),
-          brief: this.courseText.replace(/%/g, "%25"),
+          title: this.courseName,
+          brief: this.courseText,
           cover:
             this.cover.length > 0
               ? JSON.stringify(this.cover)

+ 4 - 4
src/components/pages/trainCourse/easy/addCourse.vue

@@ -6833,8 +6833,8 @@ export default {
       let params = [
         {
           uid: this.userid,
-          title: this.courseName.replace(/%/g, "%25"),
-          brief: this.courseText.replace(/%/g, "%25"),
+          title: this.courseName,
+          brief: this.courseText,
           cover:
             this.cover.length > 0
               ? JSON.stringify(this.cover)
@@ -6979,8 +6979,8 @@ export default {
       let params = [
         {
           cid: this.cid,
-          title: this.courseName.replace(/%/g, "%25"),
-          brief: this.courseText.replace(/%/g, "%25"),
+          title: this.courseName,
+          brief: this.courseText,
           cover:
             this.cover.length > 0
               ? JSON.stringify(this.cover)

Some files were not shown because too many files changed in this diff