瀏覽代碼

AI销售参谋接口调试

zhujindu 1 年之前
父節點
當前提交
21d2d30767
共有 1 個文件被更改,包括 6 次插入1 次删除
  1. 6 1
      src/views/intelligence/index.vue

+ 6 - 1
src/views/intelligence/index.vue

@@ -647,9 +647,14 @@ export default {
               this.shows = false;
               this.show = false;
               this.aiDialogueCommon({ type: 2, content: res.serverId }).then((response) => {
+                this.Ggreet.push({
+                  chatRecordFile:
+                    'https://cdn-svs-test.nipponpaint.com.cn/%E5%90%B4%E5%BA%B7-20240918152244.amr?Expires=2042176973&OSSAccessKeyId=LTAI5tG1DTJFA16BHkzHVxjz&Signature=BvwZFdxp69wRNy7oOPfqG6lxTww%3D',
+                  chatRecordFrom: 1,
+                });
                 // 音频内容需要接口传唤格式后添加到对象
                 // this.Ggreet.push(...response.rows);
-                this.Ggreet.push(...response.rows);
+                // this.Ggreet.push(...response.rows);
                 this.garbageManager();
               });
             },