|
@@ -686,13 +686,7 @@ export default {
|
|
|
this.Ggreet.push(...response.rows);
|
|
this.Ggreet.push(...response.rows);
|
|
|
this.garbageManager();
|
|
this.garbageManager();
|
|
|
})
|
|
})
|
|
|
- .catch(() => {
|
|
|
|
|
- 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,
|
|
|
|
|
- });
|
|
|
|
|
- });
|
|
|
|
|
|
|
+ .catch(() => {});
|
|
|
// aiDialogue({ type: 2, content: res.serverId }).then((response) => {
|
|
// aiDialogue({ type: 2, content: res.serverId }).then((response) => {
|
|
|
// if (response.code == 200) {
|
|
// if (response.code == 200) {
|
|
|
// this.Ggreet.push(...response.rows);
|
|
// this.Ggreet.push(...response.rows);
|