chao 2 주 전
부모
커밋
426d6c788a
6개의 변경된 파일8개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 0
      dist/assets/Details-_cw-hv_1.js
  2. 0 0
      dist/assets/admin-5HUv44wa.js
  3. 0 0
      dist/assets/index--m9Q04RF.js
  4. 0 0
      dist/assets/index-1APk666J.css
  5. 2 2
      dist/index.html
  6. 6 2
      src/components/main/courseSelect.vue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/assets/Details-_cw-hv_1.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/assets/admin-5HUv44wa.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/assets/index--m9Q04RF.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/assets/index-1APk666J.css


+ 2 - 2
dist/index.html

@@ -8,8 +8,8 @@
     <script>
       document.domain = "cocorobo.cn"
     </script>
-    <script type="module" crossorigin src="./assets/index-ktl0994-.js"></script>
-    <link rel="stylesheet" crossorigin href="./assets/index-2A8gVCNw.css">
+    <script type="module" crossorigin src="./assets/index--m9Q04RF.js"></script>
+    <link rel="stylesheet" crossorigin href="./assets/index-1APk666J.css">
   </head>
   <body>
     <div id="app"></div>

+ 6 - 2
src/components/main/courseSelect.vue

@@ -262,7 +262,7 @@ const getTimeCourse = (id, item) => {
     schoolType: "",
     area: "",
     coursePackageName: "AI课程",
-    courseId:id,
+    courseId: id,
     courseName: item.title,
     courseGrade: selectGrand.value,
     courseTime: Math.round(middleTime),
@@ -272,7 +272,11 @@ const getTimeCourse = (id, item) => {
   setTimeout(() => {
     params.endTime = new Date().toLocaleString().replace(/\//g, "-")
     console.log(params, interValtTime)
-    axios.post("//pbl.cocorobo.cn/api/szdjg/sync/class", JSON.stringify(params)).then(res => {
+    axios.post("//pbl.cocorobo.cn/api/szdjg/sync/class", JSON.stringify(params), {
+      headers: {
+        'Content-Type': 'application/json'
+      }
+    }).then(res => {
       console.log(res)
     })
   }, interValtTime);

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.