瀏覽代碼

fix: http mixed content load

Carson 9 月之前
父節點
當前提交
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: {