|
|
@@ -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();
|
|
|
});
|
|
|
},
|