소스 검색

fix: http mixed content load

Carson 1 년 전
부모
커밋
abf5bfa380
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/pages/classroomObservation/components/chatArea.vue

+ 1 - 1
src/components/pages/classroomObservation/components/chatArea.vue

@@ -2309,7 +2309,7 @@ ${JSON.stringify(_list)}
         this.actionTypesMap.jsonData[key] = Array.from({ length: tableRows.length });
         // action type fetch by every { chunkSize } rows
         for (const [index, rows] of _.chunk(tableRows, chunkSize).entries()) {
-          const res = await fetch("http://dify.cocorobo.cn/v1/workflows/run", {
+          const res = await fetch("https://dify.cocorobo.cn/v1/workflows/run", {
             method: "POST",
             body: JSON.stringify({
               inputs: {