فهرست منبع

fix: http mixed content load

Carson 8 ماه پیش
والد
کامیت
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 });
         this.actionTypesMap.jsonData[key] = Array.from({ length: tableRows.length });
         // action type fetch by every { chunkSize } rows
         // action type fetch by every { chunkSize } rows
         for (const [index, rows] of _.chunk(tableRows, chunkSize).entries()) {
         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",
             method: "POST",
             body: JSON.stringify({
             body: JSON.stringify({
               inputs: {
               inputs: {