lsc 2 years ago
parent
commit
4059234e08

+ 1 - 1
dist/index.html

@@ -18,4 +18,4 @@
       border-radius: 10px;
       -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
       background-color: rgba(0, 0, 0, 0.1);
-    }</style><link href=./static/css/app.8c1ab5d9524c73d471f78482d9ab4f2a.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.ab95705b4e56cfaa9f33.js></script><script type=text/javascript src=./static/js/app.d85709cc7e1edd6bf1d7.js></script></body></html><script>document.domain = "cocorobo.cn"</script>
+    }</style><link href=./static/css/app.5927a7e8cad57ecb9aa2c3fb6d058470.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.ab95705b4e56cfaa9f33.js></script><script type=text/javascript src=./static/js/app.872e9c432401c8d81427.js></script></body></html><script>document.domain = "cocorobo.cn"</script>

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


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


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


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


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


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


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


+ 1 - 1
src/components/study.vue

@@ -3395,7 +3395,7 @@ export default {
           stage: this.courseType,
           task: this.taskCount,
           tool: this.toolindex,
-          content: JSON.stringify(this.askList),
+          content: JSON.stringify(this.askList).replace(/%/g, "%25"),
           type: 2,
         },
       ];

+ 1 - 1
src/components/studyStudent.vue

@@ -3742,7 +3742,7 @@ export default {
           stage: this.courseType,
           task: this.taskCount,
           tool: this.toolindex,
-          content: JSON.stringify(this.askList),
+          content: JSON.stringify(this.askList).replace(/%/g, "%25"),
           type: 2,
         },
       ];

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